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

shot

Package Overview
Dependencies
Maintainers
3
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shot - npm Package Compare versions

Comparing version 3.3.1 to 3.3.2

2

lib/request.js

@@ -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

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