Comparing version 8.0.0 to 8.0.1
{ | ||
"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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
81905