@iota/curl
Advanced tools
Comparing version 1.0.0-beta.5 to 1.0.0-beta.7160afe6
{ | ||
"name": "@iota/curl", | ||
"version": "1.0.0-beta.5", | ||
"version": "1.0.0-beta.7160afe6", | ||
"description": "Curl sponge function", | ||
"main": "./out/index.js", | ||
"typings": "typings", | ||
"main": "./out/curl/src/index.js", | ||
"typings": "typings/curl/src", | ||
"publishConfig": { | ||
@@ -13,3 +13,4 @@ "access": "public" | ||
"test": "tsc", | ||
"format": "prettier" | ||
"test-ci": "echo \"Warning: no test specified\" && exit 0", | ||
"lint": "tslint --project ." | ||
}, | ||
@@ -22,3 +23,3 @@ "contributors": [ | ||
"ava": { | ||
"files": "out/test/*.test.js", | ||
"files": "out/curl/test/*.test.js", | ||
"failFast": true, | ||
@@ -25,0 +26,0 @@ "failWithoutAssertions": false, |
// tslint:disable no-conditional-assignment | ||
import '../../typed-array' | ||
const NUMBER_OF_ROUNDS = 81 | ||
@@ -3,0 +5,0 @@ const HASH_LENGTH = 243 |
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
17122
10
390
1