@types/crypto-js
Advanced tools
Comparing version 3.1.36 to 3.1.37
@@ -13,4 +13,4 @@ // Type definitions for crypto-js v3.1.8 | ||
interface Cipher { | ||
encrypt(message: string, secretPassphrase: string, option?: CipherOption): WordArray; | ||
decrypt(encryptedMessage: string | WordArray, secretPassphrase: string, option?: CipherOption): DecryptedMessage; | ||
encrypt(message: string, secretPassphrase: string | WordArray, option?: CipherOption): WordArray; | ||
decrypt(encryptedMessage: string | WordArray, secretPassphrase: string | WordArray, option?: CipherOption): DecryptedMessage; | ||
} | ||
@@ -17,0 +17,0 @@ interface CipherAlgorythm { |
{ | ||
"name": "@types/crypto-js", | ||
"version": "3.1.36", | ||
"version": "3.1.37", | ||
"description": "TypeScript definitions for crypto-js", | ||
@@ -20,4 +20,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "972def2f9a1c52dcd1ebade0153177df23166df39d290cf79d4b3d5485587395", | ||
"typesPublisherContentHash": "e3edbf957b14b98a07c904cec04b52595619392a3fa2ccdf7a7bdc004c4c3e0f", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 03 Oct 2017 13:52:12 GMT | ||
* Last updated: Tue, 10 Oct 2017 20:09:09 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: CryptoJS |
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
8486