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 2.1.1 to 2.1.2

7

HISTORY.md

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

2.1.2 / 2015-07-05
==================
* Fix error stack traces to skip `makeError`
* deps: iconv-lite@0.4.11
- Add encoding CESU-8
2.1.1 / 2015-06-14

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

@@ -141,2 +141,6 @@ /*!

// capture stack trace
Error.captureStackTrace(error, makeError)
// set free-form properties
for (var prop in props) {

@@ -146,4 +150,6 @@ error[prop] = props[prop]

// set message
error.message = message
// set type
Object.defineProperty(error, 'type', {

@@ -150,0 +156,0 @@ value: type,

10

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

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

"bytes": "2.1.0",
"iconv-lite": "0.4.10",
"iconv-lite": "0.4.11",
"unpipe": "1.0.0"
},
"devDependencies": {
"bluebird": "2.9.30",
"istanbul": "0.3.9",
"bluebird": "2.9.32",
"istanbul": "0.3.17",
"mocha": "2.2.5",
"readable-stream": "2.0.0",
"readable-stream": "2.0.1",
"through2": "2.0.0"

@@ -24,0 +24,0 @@ },

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