@types/crypto-js
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -274,3 +274,3 @@ // Type definitions for crypto-js v4.0.0 | ||
encrypt(message: WordArray | string, key: WordArray | string, cfg?: CipherOption): CipherParams; | ||
decrypt(ciphertext: CipherParams | string, key: WordArray | string, cfg?: CipherOption): CipherParams; | ||
decrypt(ciphertext: CipherParams | string, key: WordArray | string, cfg?: CipherOption): WordArray; | ||
} | ||
@@ -277,0 +277,0 @@ |
{ | ||
"name": "@types/crypto-js", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "TypeScript definitions for crypto-js", | ||
@@ -37,4 +37,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "20207b529eebbd06a38a98cb7a861c20b64fc569f5b64ae92262d4a7bb6afffe", | ||
"typesPublisherContentHash": "0d8de3fb7546076f4a831040880b0dd5803947b39d1ece214400b5b6c8fa1310", | ||
"typeScriptVersion": "3.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 02 Oct 2020 20:55:06 GMT | ||
* Last updated: Tue, 06 Oct 2020 16:49:55 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
59491