Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "uuid4", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Node UUID v4 Generator", | ||
"main": "index.js", | ||
"browser": "browser.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
@@ -11,0 +8,0 @@ "type": "git", |
@@ -5,4 +5,2 @@ # uuid4 | ||
Note v1.1 adds a browser entry for use in browsers, `crypto` api for rng in modern browser, fallback to `Math.random()` | ||
## Install | ||
@@ -24,10 +22,6 @@ | ||
uuid4.valid(id); // true | ||
``` | ||
// NODE ONLY: Generate a new UUID Asynchronously | ||
uuid4(function(err, id){ | ||
//if (err) ...; | ||
## License | ||
//verify id | ||
uuid.valid(id); | ||
}); | ||
``` | ||
ISC License |
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
0
3705
25