Skip to content

Commit

Permalink
v3.12.1
Browse files Browse the repository at this point in the history
 - [readme] minor cleanups
 - [meta] document support as node 0.10+
 - [meta] add `sideEffects` flag
 - [meta] update repo URLs
 - [Deps] pin `hash-base` to ~3.0, due to a breaking change
 - [Deps] update `browserify-cipher`, `browserify-sign `, `create-ecdh`, `create-hash`, `create-hmac`, `diffie-hellman`, `inherits`, `pbkdf2`, `public-encrypt`, `randombytes`, `randomfill`
 - [Dev Deps] update `@ljharb/eslint-config`, `object.entries`, `safe-buffer`, `tape`
 - [Tests] ignore the "low" warning from elliptic
 - [Tests] node 22+ removes `crypto.createCipher`
 - [Tests] add `nyc`
 - [Tests] replace `aud` with `npm audit`
 - [Tests] remove zuul; it’s dead
 - [Tests] skip `engines` check for now
 - [Tests] mostly switch to Github Actions
 - [Tests] node 17 doesn’t support rmd160
 - [Tests] node 17+ requires a DH key length of >= 512
 - [Tests] rename test scripts to match my conventions
 - [Tests] refactor so tests are not recursive
 - [eslint] switch to eslint
 - Only apps should have lockfiles
 - fix debian issue (maybe)
 - standard fix
  • Loading branch information
ljharb committed Oct 22, 2024
1 parent 3f564b4 commit 55476ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Dominic Tarr <[email protected]> (dominictarr.com)",
"name": "crypto-browserify",
"description": "implementation of crypto for the browser",
"version": "3.12.0",
"version": "3.12.1",
"homepage": "https://github.com/browserify/crypto-browserify",
"sideEffects": false,
"repository": {
Expand Down

0 comments on commit 55476ac

Please sign in to comment.