Comparing version 3.3.1 to 3.3.2
@@ -101,3 +101,3 @@ 'use strict'; | ||
this._shot.payload.on('data', (chunk) => chunks.push(chunk)); | ||
this._shot.payload.on('data', (chunk) => chunks.push(Buffer.from(chunk))); | ||
@@ -104,0 +104,0 @@ this._shot.payload.on('end', () => { |
{ | ||
"name": "shot", | ||
"description": "Injects a fake HTTP request/response into a node HTTP server", | ||
"version": "3.3.1", | ||
"version": "3.3.2", | ||
"repository": "git://github.com/hapijs/shot", | ||
@@ -14,3 +14,3 @@ "main": "lib/index.js", | ||
"engines": { | ||
"node": ">=4.0.0" | ||
"node": ">=4.5.0" | ||
}, | ||
@@ -17,0 +17,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
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
14110