-
Notifications
You must be signed in to change notification settings - Fork 2
Home
olegp edited this page Oct 25, 2011
·
10 revisions
Modules being considered for inclusion are listed below. The order in which they will be specced out and implemented will be determined by this poll.
-
base64: encode, decode - base64 encoding and decoding, also see these unit tests, should also benchmark the performance and seek out alternative implementations, such as this one
-
hash: sha1 - Secure Hash Algorithm, SHA-1, md5 - md5 hash generation
-
url: parse, format, resolve - url parsing, querystring: stringify, parse, escape, unescape - querystring parsing (docs)
-
string: format, trim, etc.
-
date: format, add, before, after etc.
-
array: contains etc.
-
object: clone, merge etc.
-
some subset of node.js util - ?
References: