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 4.2.1 to 4.2.2

16

crypto-js/index.d.ts

@@ -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.

6

crypto-js/package.json
{
"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 @@

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