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.36 to 3.1.37

4

crypto-js/index.d.ts

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

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