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.6 to 1.0.0-beta.7

10

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

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

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

@@ -29,2 +29,4 @@ /** @module bundle */

export { Transaction, Bundle }
const getEntryWithDefaults = (entry: Partial<BundleEntry>): BundleEntry => ({

@@ -31,0 +33,0 @@ length: entry.length || 1,

/** @module bundle */
import '../../typed-array';
import { Hash, Transaction, // tslint:disable-line no-unused-variable
import { Bundle, Hash, Transaction, // tslint:disable-line no-unused-variable
Trytes } from '../../types';

@@ -13,2 +13,3 @@ export interface BundleEntry {

}
export { Transaction, Bundle };
/**

@@ -15,0 +16,0 @@ * Creates a bunlde with given transaction entries.

@@ -223,3 +223,2 @@ import * as Promise from 'bluebird';

}
export declare type CreateProvider = (settings?: Partial<object>) => Provider;
/** Attach to tangle */

@@ -226,0 +225,0 @@ export declare type AttachToTangle = (trunkTransaction: Hash, branchTransaction: Hash, minWeightMagnitude: number, trytes: ReadonlyArray<Trytes>, callback?: Callback<ReadonlyArray<Trytes>>) => Promise<ReadonlyArray<Trytes>>;

Sorry, the diff of this file is not supported yet

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