Comparing version 1.0.3 to 1.0.5
@@ -8,2 +8,8 @@ /* | ||
// Older (pre 0.6) versions of Node don't have a randomBytes function | ||
if (!randomBytes) { | ||
randomBytes = function(){ | ||
return [Math.random()*256]; | ||
} | ||
} | ||
@@ -10,0 +16,0 @@ // remove from Date.now all the milliseconds before this thing was created |
{ | ||
"name":"shortid", | ||
"version":"1.0.3", | ||
"version":"1.0.5", | ||
"description":"Amazingly short non-sequential url-friendly unique id generator.", | ||
@@ -26,3 +26,3 @@ "keywords": ["short", "tiny", "id", "uuid", "bitly", "shorten", "mongoid", "shortid", "tinyid", "id"], | ||
"engines":{ | ||
"node":">=0.6" | ||
"node":">=0.4.x" | ||
}, | ||
@@ -29,0 +29,0 @@ "scripts":{ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29914
174