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

@types/bn.js

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/bn.js - npm Package Compare versions

Comparing version 5.1.3 to 5.1.4

4

bn.js/index.d.ts

@@ -422,5 +422,5 @@ /// <reference types="node"/>

/**
* @description set specified bit to 1
* @description set specified bit to value
*/
setn(b: number): BN;
setn(b: number, value: boolean | 0 | 1): BN;

@@ -427,0 +427,0 @@ /**

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

@@ -35,4 +35,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bn.js",

},
"typesPublisherContentHash": "febc10bd7ffd81d22d7010d488e6be4f7a6859bdc9ec38916d90c6b36d86d32a",
"typesPublisherContentHash": "dc5b3f54044087c3f9082e6f304e3d1953d3600b76949dbad8d77f23c97b9daf",
"typeScriptVersion": "4.5"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Tue, 17 Oct 2023 22:10:13 GMT
* Last updated: Mon, 30 Oct 2023 23:15:40 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)

@@ -14,0 +14,0 @@

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