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 1.3.1 to 1.3.2

6

HISTORY.md

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

1.3.2 / 2015-01-20
==================
* deps: iconv-lite@0.4.6
- Fix rare aliases of single-byte encodings
1.3.1 / 2014-11-21

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

10

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

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

"dependencies": {
"bytes": "1",
"iconv-lite": "0.4.5"
"bytes": "1.0.0",
"iconv-lite": "0.4.6"
},
"devDependencies": {
"istanbul": "0.3.2",
"mocha": "~2.0.1",
"istanbul": "0.3.5",
"mocha": "~2.1.0",
"readable-stream": "~1.0.33",

@@ -21,0 +21,0 @@ "through2": "0.6.3"

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