browserify-sign
Advanced tools
+9
-0
@@ -8,2 +8,11 @@ # Changelog | ||
| ## [v4.2.5](https://github.com/browserify/browserify-sign/compare/v4.2.4...v4.2.5) - 2025-09-24 | ||
| ### Commits | ||
| - [Tests] clean up tests and convert console info skips to tape skips [`37b083c`](https://github.com/browserify/browserify-sign/commit/37b083c602fb6fcd99e0856cba8859dc6f073f3c) | ||
| - [Fix] restore node 0.10 support [`faade86`](https://github.com/browserify/browserify-sign/commit/faade86fe051fc0fb1b59e3694a566116e1e79a7) | ||
| - [Deps] update `parse-asn1` [`5a0f159`](https://github.com/browserify/browserify-sign/commit/5a0f159e1d32b5c1088a75dceb301afaf40446f9) | ||
| - [actions] drop unsupported nodes from CI [`106be97`](https://github.com/browserify/browserify-sign/commit/106be97da87f296f187c44b9ee857384153b5068) | ||
| ## [v4.2.4](https://github.com/browserify/browserify-sign/compare/v4.2.3...v4.2.4) - 2025-09-22 | ||
@@ -10,0 +19,0 @@ |
+3
-3
| { | ||
| "name": "browserify-sign", | ||
| "version": "4.2.4", | ||
| "version": "4.2.5", | ||
| "description": "adds node crypto signing for browsers", | ||
@@ -33,3 +33,3 @@ "bugs": { | ||
| "inherits": "^2.0.4", | ||
| "parse-asn1": "^5.1.7", | ||
| "parse-asn1": "^5.1.9", | ||
| "readable-stream": "^2.3.8", | ||
@@ -52,3 +52,3 @@ "safe-buffer": "^5.2.1" | ||
| "engines": { | ||
| "node": ">= 0.12" | ||
| "node": ">= 0.10" | ||
| }, | ||
@@ -55,0 +55,0 @@ "auto-changelog": { |
38904
1.87%Updated