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.2 to 1.1.3

2

index.js

@@ -21,3 +21,3 @@ var StringDecoder = require('string_decoder').StringDecoder

var length = null
if (!isNaN(options.length))
if (options.length != null && !isNaN(options.length))
length = parseInt(options.length, 10)

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

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

@@ -25,7 +25,7 @@ "name": "Jonathan Ong",

"readable-stream": "~1.0.17",
"co": "2",
"co": "3",
"gnode": "~0.0.4",
"mocha": "~1.14.0",
"through": "~2.3.4",
"request": "~2.27.0",
"mocha": "^1.14.0",
"through2": "~0.4.1",
"request": "^2.27.0",
"assert-tap": "~0.1.4"

@@ -32,0 +32,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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