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

@iota/bundle

Package Overview
Dependencies
Maintainers
5
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iota/bundle - npm Package Compare versions

Comparing version 1.0.0-beta.3 to 1.0.0-beta.4

.nyc_output/04fdd4c576712f23f84f9cef49c03933.json

10

package.json
{
"name": "@iota/bundle",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"description": "Utilities for generating and signing bundles",

@@ -67,7 +67,7 @@ "main": "./out/bundle/src/index.js",

"dependencies": {
"@iota/converter": "^1.0.0-beta.3",
"@iota/kerl": "^1.0.0-beta.3",
"@iota/pad": "^1.0.0-beta.3",
"@iota/signing": "^1.0.0-beta.3"
"@iota/converter": "^1.0.0-beta.4",
"@iota/kerl": "^1.0.0-beta.4",
"@iota/pad": "^1.0.0-beta.4",
"@iota/signing": "^1.0.0-beta.4"
}
}

@@ -15,3 +15,3 @@ /// <reference types="bluebird" />

readonly keyIndex: number;
readonly security: number;
readonly security?: number;
}

@@ -18,0 +18,0 @@ export declare const makeAddress: (address: string, balance: number, keyIndex: number, security: number) => Address;

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