@types/bn.js
Advanced tools
Comparing version 5.1.3 to 5.1.4
@@ -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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13778