We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e74385 commit a61bd09Copy full SHA for a61bd09
2 files changed
HISTORY.md
@@ -1,9 +1,10 @@
1
-unreleased
+3.0.1 / 2025-09-03
2
==================
3
4
* deps: iconv-lite@0.7.0
5
- Avoid false positives in encodingExists by using objects without a prototype
6
- Remove compatibility check for StringDecoder.end method
7
+ * Fix the engines field to reflect support for Node >= 0.10
8
9
3.0.0 / 2024-07-25
10
package.json
@@ -1,7 +1,7 @@
{
"name": "raw-body",
"description": "Get and validate the raw body of a readable stream.",
- "version": "3.0.0",
+ "version": "3.0.1",
"author": "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)",
"contributors": [
"Douglas Christopher Wilson <doug@somethingdoug.com>",
0 commit comments