Socket
Socket
Sign inDemoInstall

raw-body

Package Overview
Dependencies
Maintainers
2
Versions
50
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 1.3.2 to 1.3.3

6

HISTORY.md

@@ -0,1 +1,7 @@

1.3.3 / 2015-02-08
==================
* deps: iconv-lite@0.4.7
- Gracefully support enumerables on `Object.prototype`
1.3.2 / 2015-01-20

@@ -2,0 +8,0 @@ ==================

10

package.json
{
"name": "raw-body",
"description": "Get and validate the raw body of a readable stream.",
"version": "1.3.2",
"version": "1.3.3",
"author": "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)",

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

"bytes": "1.0.0",
"iconv-lite": "0.4.6"
"iconv-lite": "0.4.7"
},

@@ -26,2 +26,8 @@ "devDependencies": {

},
"files": [
"HISTORY.md",
"LICENSE",
"README.md",
"index.js"
],
"scripts": {

@@ -28,0 +34,0 @@ "test": "mocha --reporter spec --bail test/",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc