wappsto-blanket
Advanced tools
Comparing version 2.1.3 to 2.1.4
@@ -19,3 +19,3 @@ "use strict"; | ||
var _crypto = _interopRequireDefault(require("crypto")); | ||
var _cryptoRandomuuid = _interopRequireDefault(require("crypto-randomuuid")); | ||
@@ -53,3 +53,3 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } | ||
function uuid() { | ||
return _crypto["default"].randomUUID(); | ||
return (0, _cryptoRandomuuid["default"])(); | ||
} | ||
@@ -56,0 +56,0 @@ |
{ | ||
"name": "wappsto-blanket", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"description": "", | ||
@@ -35,2 +35,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"crypto-randomuuid": "^1.0.0", | ||
"deep-equal": "^2.0.5", | ||
@@ -37,0 +38,0 @@ "i18next": "^21.6.16", |
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
117259
9
+ Addedcrypto-randomuuid@^1.0.0
+ Addedcrypto-randomuuid@1.0.0(transitive)