Socket
Socket
Sign inDemoInstall

@types/bn.js

Package Overview
Dependencies
1
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.11.4 to 4.11.5

4

bn.js/index.d.ts

@@ -28,3 +28,3 @@ // Type definitions for bn.js 4.11

constructor(
number: number | string | number[] | Buffer | BN,
number: number | string | number[] | Uint8Array | Buffer | BN,
base?: number | 'hex',

@@ -34,3 +34,3 @@ endian?: Endianness

constructor(
number: number | string | number[] | Buffer | BN,
number: number | string | number[] | Uint8Array | Buffer | BN,
endian?: Endianness

@@ -37,0 +37,0 @@ )

{
"name": "@types/bn.js",
"version": "4.11.4",
"version": "4.11.5",
"description": "TypeScript definitions for bn.js",

@@ -27,3 +27,4 @@ "license": "MIT",

"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/bn.js"
},

@@ -34,4 +35,4 @@ "scripts": {},

},
"typesPublisherContentHash": "1df2b98d8bacbd12738f3479c3004c5138a24c0fc626ab7ed90ca98c35b68e36",
"typesPublisherContentHash": "d3afa9706ebda35dd63d9ae166bce465683e90577e35bdf1fee577f3d96794a1",
"typeScriptVersion": "2.0"
}

@@ -5,3 +5,3 @@ # Installation

# Summary
This package contains type definitions for bn.js (https://github.com/indutny/bn.js).
This package contains type definitions for bn.js ( https://github.com/indutny/bn.js ).

@@ -12,3 +12,3 @@ # Details

Additional Details
* Last updated: Tue, 15 Jan 2019 23:53:01 GMT
* Last updated: Mon, 01 Apr 2019 20:18:08 GMT
* Dependencies: @types/node

@@ -15,0 +15,0 @@ * Global values: none

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc