@iota/curl
Advanced tools
Comparing version 1.0.0-beta.16 to 1.0.0-beta.19
{ | ||
"name": "@iota/curl", | ||
"version": "1.0.0-beta.16", | ||
"version": "1.0.0-beta.19", | ||
"description": "Curl sponge function", | ||
"main": "./out/index.js", | ||
"typings": "typings", | ||
"main": "./out/curl/src/index.js", | ||
"typings": "typings/curl/src", | ||
"publishConfig": { | ||
@@ -45,6 +45,3 @@ "access": "public" | ||
}, | ||
"dependencies": { | ||
"core-js": "^3.1.4" | ||
}, | ||
"gitHead": "fedadf72b0c3193156751220339617d174cd08c7" | ||
"gitHead": "b602d1f2264af14920f616e52e8d7d9e3b5b6747" | ||
} |
// tslint:disable no-conditional-assignment | ||
import 'core-js' | ||
import '../../typed-array' | ||
@@ -4,0 +4,0 @@ const NUMBER_OF_ROUNDS = 81 |
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
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
17779
0
10
400
1
- Removedcore-js@^3.1.4
- Removedcore-js@3.39.0(transitive)