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

raw-body

Package Overview
Dependencies
Maintainers
1
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.1.3 to 1.1.4

4

index.js

@@ -10,2 +10,6 @@ var StringDecoder = require('string_decoder').StringDecoder

options = {}
} else if (options === true) {
options = {
encoding: 'utf8'
}
}

@@ -12,0 +16,0 @@

4

package.json
{
"name": "raw-body",
"description": "Get and validate the raw body of a readable stream.",
"version": "1.1.3",
"version": "1.1.4",
"author": {

@@ -21,3 +21,3 @@ "name": "Jonathan Ong",

"dependencies": {
"bytes": "~0.2.1"
"bytes": "~0.3.0"
},

@@ -24,0 +24,0 @@ "devDependencies": {

@@ -1,2 +0,2 @@

# Raw Body [![Build Status](https://travis-ci.org/stream-utils/raw-body.png)](https://travis-ci.org/stream-utils/raw-body)
# Raw Body [![Build Status](https://travis-ci.org/stream-utils/raw-body.svg?branch=master)](https://travis-ci.org/stream-utils/raw-body)

@@ -3,0 +3,0 @@ Gets the entire buffer of a stream either as a `Buffer` or a string.

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