Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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 2.1.5 to 2.1.6

7

HISTORY.md

@@ -0,1 +1,8 @@

2.1.6 / 2016-03-07
==================
* deps: bytes@2.3.0
- Drop partial bytes on all parsed units
- Fix parsing byte string that looks like hex
2.1.5 / 2015-11-30

@@ -2,0 +9,0 @@ ==================

14

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

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

"dependencies": {
"bytes": "2.2.0",
"bytes": "2.3.0",
"iconv-lite": "0.4.13",

@@ -19,7 +19,7 @@ "unpipe": "1.0.0"

"devDependencies": {
"bluebird": "3.0.5",
"istanbul": "0.4.1",
"mocha": "2.3.4",
"readable-stream": "2.0.4",
"through2": "2.0.0"
"bluebird": "3.3.4",
"istanbul": "0.4.2",
"mocha": "2.4.5",
"readable-stream": "2.0.5",
"through2": "2.0.1"
},

@@ -26,0 +26,0 @@ "engines": {

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