Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@iota/pad

Package Overview
Dependencies
Maintainers
5
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iota/pad - npm Package Compare versions

Comparing version 1.0.0-beta.96000eb5 to 1.0.0-beta.a1883550

5

out/typed-array.js

@@ -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/

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc