urlbox-next
Advanced tools
Comparing version 3.1.5 to 3.1.6
@@ -5,3 +5,3 @@ "use strict"; | ||
import qs from "qs"; | ||
import hmacSha256 from "crypto-js/hmac-sha256"; | ||
import hmacSha256 from "crypto-js/hmac-sha256.js"; | ||
// const hmacSha1 = require("crypto-js/hmac-sha1"); | ||
@@ -8,0 +8,0 @@ // const DEFAULT_PREFIX = "https://api.urlbox.io/s"; |
{ | ||
"version": "3.1.5", | ||
"version": "3.1.6", | ||
"license": "MIT", | ||
@@ -4,0 +4,0 @@ "main": "dist/index.js", |
@@ -5,3 +5,4 @@ "use strict"; | ||
import qs from "qs"; | ||
import hmacSha256 from "crypto-js/hmac-sha256"; | ||
import hmacSha256 from "crypto-js/hmac-sha256.js"; | ||
// const hmacSha1 = require("crypto-js/hmac-sha1"); | ||
@@ -8,0 +9,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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
14839
0