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

.nyc_output/07ecf677-ac22-447c-9ff3-b3151eeebad0.json

4

package.json
{
"name": "@iota/pad",
"version": "1.0.0-beta.c594fede",
"version": "1.0.0-beta.caa3daa5",
"description": "Padding utility",

@@ -14,3 +14,3 @@ "main": "./out/pad/src/index.js",

"test-ci": "nyc ava",
"format": "prettier"
"lint": "tslint --project ."
},

@@ -17,0 +17,0 @@ "contributors": [

import test from 'ava'
import { padTrits, padTrytes } from '../src'
import { padTrits } from '../src'

@@ -4,0 +4,0 @@ test('padTrits() adds padding to trit array.', t => {

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

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