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

h2o2

Package Overview
Dependencies
Maintainers
5
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

h2o2 - npm Package Compare versions

Comparing version 8.0.0 to 8.0.1

2

package.json
{
"name": "h2o2",
"description": "Proxy handler plugin for hapi.js",
"version": "8.0.0",
"version": "8.0.1",
"repository": "git://github.com/hapijs/h2o2",

@@ -6,0 +6,0 @@ "main": "lib/index.js",

@@ -305,3 +305,3 @@ 'use strict';

const zipped = await Zlib.gzipSync(new Buffer('123456789012345678901234567890123456789012345678901234567890'));
const zipped = await Zlib.gzipSync(Buffer.from('123456789012345678901234567890123456789012345678901234567890'));
const res = await server.inject({ url: '/gzip', headers: { 'accept-encoding': 'gzip' } });

@@ -308,0 +308,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