@types/crypto-js
Advanced tools
Comparing version 3.1.43 to 3.1.44
// Type definitions for crypto-js v3.1.8 | ||
// Project: https://github.com/evanvosberg/crypto-js | ||
// Definitions by: Michael Zabka <https://github.com/misak113> | ||
// Max Lysenko <https://github.com/maximlysenko> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -46,2 +47,3 @@ | ||
words: number[], | ||
toString(encoder?: Encoder): string; | ||
} | ||
@@ -149,3 +151,3 @@ export interface WordArray { | ||
create: (v: any) => LibWordArray; | ||
random: (v: number) => string; | ||
random: (v: number) => LibWordArray; | ||
}; | ||
@@ -152,0 +154,0 @@ }; |
{ | ||
"name": "@types/crypto-js", | ||
"version": "3.1.43", | ||
"version": "3.1.44", | ||
"description": "TypeScript definitions for crypto-js", | ||
@@ -11,13 +11,20 @@ "license": "MIT", | ||
"githubUsername": "misak113" | ||
}, | ||
{ | ||
"name": "Max Lysenko", | ||
"url": "https://github.com/maximlysenko", | ||
"githubUsername": "maximlysenko" | ||
} | ||
], | ||
"main": "", | ||
"types": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/crypto-js" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "9860922898a4173c36b8fde20f30aa5e444e6484ced863416d3946af1ba637ef", | ||
"typeScriptVersion": "2.0" | ||
"typesPublisherContentHash": "c290db2b2e10c565d2df5491e7c454b8bb4232c0c33735e9c48251df8055f1c1", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -8,10 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/crypto-js | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/crypto-js. | ||
Additional Details | ||
* Last updated: Wed, 25 Jul 2018 22:05:07 GMT | ||
### Additional Details | ||
* Last updated: Tue, 31 Mar 2020 00:32:28 GMT | ||
* Dependencies: none | ||
* Global values: CryptoJS | ||
* Global values: `CryptoJS` | ||
# Credits | ||
These definitions were written by Michael Zabka <https://github.com/misak113>. | ||
These definitions were written by [Michael Zabka](https://github.com/misak113), and [Max Lysenko](https://github.com/maximlysenko). |
Sorry, the diff of this file is not supported yet
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
11678
265