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.0.0 to 4.0.1

2

crypto-js/index.d.ts

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

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