unique-id-generator
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "unique-id-generator", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "utility to generate unique ID based on Date.now()", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -19,3 +19,3 @@ # unique-id-generator | ||
```js | ||
var id = generateID({prefix:"id-"); | ||
var id = generateID({prefix:"id-"}); | ||
//generates something like id-1476734792457 | ||
@@ -22,0 +22,0 @@ ``` |
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
3443