+8
-0
@@ -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": [ |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
26590
1.05%2
100%+ Added
- Removed
Updated