Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "uuid4", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Node UUID v4 Generator", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -17,3 +17,3 @@ # uuid4 | ||
```javascript | ||
var uuid4 = require("uuid4"); | ||
import uuid4 from "uuid4"; | ||
@@ -23,3 +23,3 @@ // Generate a new UUID | ||
// Validate a UUID as proper V4 format | ||
// Validate a UUID as proper V4 format (case-insensitive) | ||
uuid4.valid(id); // true | ||
@@ -26,0 +26,0 @@ ``` |
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
3818