@types/jsbn
Advanced tools
Comparing version 1.2.30 to 1.2.31
@@ -175,6 +175,6 @@ // Type definitions for jsbn v1.2.29 | ||
// (public) this & ~(1<<n) | ||
clearBit(n: number): BigInteger | ||
clearBit(n: number): BigInteger; | ||
// (public) this ^ (1<<n) | ||
flipBit(n: number): BigInteger | ||
flipBit(n: number): BigInteger; | ||
@@ -181,0 +181,0 @@ // (protected) r = this + a |
{ | ||
"name": "@types/jsbn", | ||
"version": "1.2.30", | ||
"version": "1.2.31", | ||
"description": "TypeScript definitions for jsbn", | ||
@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jsbn", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "dbc2d118df023ea3f32fddf258dc427fe5aaf747e29548a8f42b296d4db72255", | ||
"typeScriptVersion": "3.8" | ||
"typesPublisherContentHash": "54acbfb1bdd6edd75d1c717d369a33fd78e76622e9f9012e04e35ce589c4b141", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 23 Dec 2021 23:34:57 GMT | ||
* Last updated: Fri, 15 Sep 2023 20:36:37 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: `jsbn` |
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
9111