Socket
Socket
Sign inDemoInstall

crypto-es

Package Overview
Dependencies
0
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
2Next

2.1.0

Diff

Changelog

Source

2.1.0

2023-10-24

  • Change pbkdf2 default params to enhance security: https://github.com/entronad/crypto-es/security/advisories/GHSA-mpj8-q39x-wq5h
entronad
published 2.0.4 •

Changelog

Source

2.0.4

2023-07-25

  • Declare no side effects for tree shaking: https://github.com/entronad/crypto-es/pull/37
entronad
published 2.0.3 •

Changelog

Source

2.0.3

2023-07-17

  • Remove Math.random() runtime console warning. It is not always wanted to show in in the client consle when Math.random() has to be used.
entronad
published 2.0.2 •

Changelog

Source

2.0.2

2023-07-12

  • upgrade global crypto assignment with typeof: https://github.com/entronad/crypto-es/issues/34
entronad
published 2.0.1 •

Changelog

Source

2.0.1

2023-07-12

  • Wrap the global crypto assignment with try/catch: https://github.com/entronad/crypto-es/issues/34
entronad
published 2.0.0 •

Changelog

Source

2.0.0

2023-07-10

  • Enhance the support of TypeScript. Now every js file has its own d.ts file for partially importing in TypeScript. And all types has been tested.
  • A real random generator from globalThis.crypto is used instead of Math.random. If the environment doesn't support globalThis(or global/window/self/frames), it will rollback to Math.random with a warning log.
  • Fix the TripleDes/Des issue: https://github.com/entronad/crypto-es/issues/22
  • Fix the cipher-core issue of CryptoJS: https://github.com/brix/crypto-js/commit/dcc3848f5de5208bca73f36c0ed77fa192ee2ea8 , https://github.com/brix/crypto-js/commit/09ee2ab282176f235f26d6a2d4e039cbd6eb3494
  • Add base64url algorithm.
  • Add blowfish algorithm.
entronad
published 1.2.7 •

entronad
published 1.2.6 •

Changelog

Source

1.2.6

2021-02-08

  • Fix a type error.
entronad
published 1.2.5 •

Changelog

Source

1.2.5

2020-05-19

  • Improve some param types in index.d.ts.
entronad
published 1.2.4 •

Changelog

Source

1.2.4

2020-04-04

  • Add change logs link to readme.
2Next
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc