You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

raw-body

Package Overview
Dependencies
Maintainers
4
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

raw-body - npm Package Compare versions

Comparing version
3.0.0
to
3.0.1
+8
-0
HISTORY.md

@@ -0,1 +1,9 @@

3.0.1 / 2025-09-03
==================
* deps: iconv-lite@0.7.0
- Avoid false positives in encodingExists by using objects without a prototype
- Remove compatibility check for StringDecoder.end method
* Fix the engines field to reflect support for Node >= 0.10
3.0.0 / 2024-07-25

@@ -2,0 +10,0 @@ ==================

+3
-3
{
"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)",

@@ -15,3 +15,3 @@ "contributors": [

"http-errors": "2.0.0",
"iconv-lite": "0.6.3",
"iconv-lite": "0.7.0",
"unpipe": "1.0.0"

@@ -34,3 +34,3 @@ },

"engines": {
"node": ">= 0.8"
"node": ">= 0.10"
},

@@ -37,0 +37,0 @@ "files": [