Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/crypto-js

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/crypto-js - npm Package Compare versions

Comparing version 3.1.43 to 3.1.44

4

crypto-js/index.d.ts
// 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc