@iota/curl
Advanced tools
Comparing version 1.0.0-beta.96000eb5 to 1.0.0-beta.99b9fa96
@@ -17,2 +17,7 @@ "use strict"; | ||
} | ||
if (!Int8Array.prototype.indexOf) { | ||
Object.defineProperty(Int8Array.prototype, 'indexOf', { | ||
value: Array.prototype.indexOf | ||
}); | ||
} | ||
// Source: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/fill#Polyfill | ||
@@ -19,0 +24,0 @@ // Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ |
{ | ||
"name": "@iota/curl", | ||
"version": "1.0.0-beta.96000eb5", | ||
"version": "1.0.0-beta.99b9fa96", | ||
"description": "Curl sponge function", | ||
@@ -13,3 +13,4 @@ "main": "./out/curl/src/index.js", | ||
"test": "tsc", | ||
"format": "prettier" | ||
"test-ci": "echo \"Warning: no test specified\" && exit 0", | ||
"lint": "tslint --project ." | ||
}, | ||
@@ -16,0 +17,0 @@ "contributors": [ |
@@ -69,3 +69,3 @@ import '../../typed-array'; | ||
*/ | ||
private transform(); | ||
private transform; | ||
} |
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
17122
0
10
390