Socket
Socket
Sign inDemoInstall

inflation

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inflation - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

index.js

@@ -20,3 +20,5 @@

default:
throw new Error('Unsupported Content-Encoding: ' + encoding)
var err = new Error('Unsupported Content-Encoding: ' + encoding)
err.status = 415
throw err
}

@@ -23,0 +25,0 @@

{
"name": "inflation",
"description": "Easily unzip an HTTP stream",
"version": "1.0.0",
"version": "1.0.1",
"author": {

@@ -6,0 +6,0 @@ "name": "Jonathan Ong",

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