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

@iota/signing

Package Overview
Dependencies
Maintainers
5
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iota/signing - npm Package Compare versions

Comparing version 1.0.0-beta.c594fede to 1.0.0-beta.caa3daa5

2

out/signing/src/signing.js

@@ -40,3 +40,3 @@ "use strict";

*
* @param {Int8Array} subseed - Subseed trits
* @param {Int8Array} subseedTrits - Subseed trits
* @param {number} length - Private key length

@@ -43,0 +43,0 @@ *

{
"name": "@iota/signing",
"version": "1.0.0-beta.c594fede",
"version": "1.0.0-beta.caa3daa5",
"description": "IOTA Signing Scheme",

@@ -13,3 +13,4 @@ "main": "./out/signing/src/index.js",

"test": "tsc",
"format": "prettier",
"test-ci": "echo \"Warning: no test specified\" && exit 0",
"lint": "tslint --project .",
"docs": "tsc && jsdoc2md --no-cache --plugin dmd-clear -t README_tpl.hbs --files './out/**/*.js' > README.md"

@@ -47,6 +48,6 @@ },

"dependencies": {
"@iota/converter": "^1.0.0-beta.c594fede",
"@iota/kerl": "^1.0.0-beta.c594fede",
"@iota/pad": "^1.0.0-beta.c594fede"
"@iota/converter": "^1.0.0-beta.caa3daa5",
"@iota/kerl": "^1.0.0-beta.caa3daa5",
"@iota/pad": "^1.0.0-beta.caa3daa5"
}
}

@@ -47,3 +47,3 @@ /** @module signing */

*
* @param {Int8Array} subseed - Subseed trits
* @param {Int8Array} subseedTrits - Subseed trits
* @param {number} length - Private key length

@@ -50,0 +50,0 @@ *

@@ -0,1 +1,2 @@

/** @module signing */
import '../../typed-array';

@@ -14,3 +15,3 @@ /**

*
* @param {Int8Array} subseed - Subseed trits
* @param {Int8Array} subseedTrits - Subseed trits
* @param {number} length - Private key length

@@ -17,0 +18,0 @@ *

@@ -1,2 +0,1 @@

/// <reference types="bluebird" />
import * as Promise from 'bluebird';

@@ -72,3 +71,3 @@ export declare type Maybe<T> = T | void;

CHECK_CONSISTENCY = "checkConsistency",
WERE_ADDRESSES_SPENT_FROM = "wereAddressesSpentFrom",
WERE_ADDRESSES_SPENT_FROM = "wereAddressesSpentFrom"
}

@@ -225,3 +224,2 @@ export interface BaseCommand {

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

@@ -228,0 +226,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

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