@types/crypto-js
Advanced tools
Comparing version 4.2.1 to 4.2.2
@@ -636,3 +636,17 @@ export = CryptoJS; | ||
*/ | ||
create(words?: number[], sigBytes?: number): WordArray; | ||
create( | ||
words?: | ||
| number[] | ||
| ArrayBuffer | ||
| Uint8Array | ||
| Int8Array | ||
| Uint8ClampedArray | ||
| Int16Array | ||
| Uint16Array | ||
| Int32Array | ||
| Uint32Array | ||
| Float32Array | ||
| Float64Array, | ||
sigBytes?: number, | ||
): WordArray; | ||
/** | ||
@@ -639,0 +653,0 @@ * Creates a word array filled with random bytes. |
{ | ||
"name": "@types/crypto-js", | ||
"version": "4.2.1", | ||
"version": "4.2.2", | ||
"description": "TypeScript definitions for crypto-js", | ||
@@ -38,4 +38,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/crypto-js", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "d90b876cd104a269e71916cc7a4e10a0967bbc3ddae711d91a919ce247f90355", | ||
"typeScriptVersion": "4.5" | ||
"typesPublisherContentHash": "3f6bc86fd9a54e71d98b564ebd76c1c858f08d36ab34f8be2560e0f31e55c6a1", | ||
"typeScriptVersion": "4.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 06 Nov 2023 22:41:05 GMT | ||
* Last updated: Mon, 22 Jan 2024 06:37:11 GMT | ||
* Dependencies: none | ||
@@ -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
60435
1754