Comparing version 1.0.0-beta.96000eb5 to 1.0.0-beta.a1883550
@@ -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/pad", | ||
"version": "1.0.0-beta.96000eb5", | ||
"version": "1.0.0-beta.a1883550", | ||
"description": "Padding utility", | ||
@@ -5,0 +5,0 @@ "main": "./out/pad/src/index.js", |
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
36402
465