Comparing version 4.2.0 to 4.2.1
{ | ||
"name": "uuidjs", | ||
"version": "4.2.0", | ||
"version": "4.2.1", | ||
"title": "UUID.js", | ||
@@ -46,4 +46,7 @@ "description": "RFC-compliant UUID Generator for JavaScript", | ||
"qunit": "^2.8.0", | ||
"typescript": "^3.2.1" | ||
"typescript": "^3.2.2" | ||
}, | ||
"browser": { | ||
"crypto": false | ||
} | ||
} |
@@ -6,3 +6,3 @@ /** | ||
* @author LiosK | ||
* @version v4.2.0 | ||
* @version v4.2.1 | ||
* @license Apache License 2.0: Copyright (c) 2010-2018 LiosK | ||
@@ -9,0 +9,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
53044