Socket
Socket
Sign inDemoInstall

crypto-es

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crypto-es - npm Package Compare versions

Comparing version 1.2.6 to 1.2.7

6

CHANGELOG.md
## 1.2.6
**2021-02-08**
- [Fix a type error](https://github.com/entronad/crypto-es/issues/12).
## 1.2.6
**2020-08-01**

@@ -4,0 +10,0 @@

4

lib/index.d.ts

@@ -306,3 +306,3 @@ declare namespace CryptoES {

iv?: lib.WordArray;
mode?: lib.BlockCipherMode;
mode?: Function;
padding?: pad.Padding;

@@ -517,3 +517,3 @@

algorithm?: Cipher;
mode?: BlockCipherMode;
mode?: Function;
padding?: pad.Padding;

@@ -520,0 +520,0 @@ blockSize?: number;

{
"name": "crypto-es",
"version": "1.2.6",
"version": "1.2.7",
"description": "A cryptography algorithms library compatible with ES6 and TypeScript",

@@ -5,0 +5,0 @@ "keywords": [

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