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

shot

Package Overview
Dependencies
Maintainers
2
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 1.3.3 to 1.3.4

5

lib/index.js

@@ -251,7 +251,2 @@ // Load modules

internals.Response.prototype.destroy = function () {
};
exports.inject = function (dispatchFunc, options, callback) {

@@ -258,0 +253,0 @@

8

package.json
{
"name": "shot",
"description": "Injects a fake HTTP request/response into a node HTTP server",
"version": "1.3.3",
"repository": "git://github.com/spumko/shot",
"version": "1.3.4",
"repository": "git://github.com/hapijs/shot",
"main": "index",

@@ -14,3 +14,3 @@ "keywords": [

"engines": {
"node": ">=0.10.22"
"node": ">=0.10.30"
},

@@ -28,5 +28,5 @@ "dependencies": {

"type": "BSD",
"url": "http://github.com/spumko/shot/raw/master/LICENSE"
"url": "http://github.com/hapijs/shot/raw/master/LICENSE"
}
]
}

@@ -1,3 +0,2 @@

<a href="https://github.com/spumko"><img src="https://raw.github.com/spumko/spumko/master/images/from.png" align="right" /></a>
![shot Logo](https://raw.github.com/spumko/shot/master/images/shot.png)
![shot Logo](https://raw.github.com/hapijs/shot/master/images/shot.png)

@@ -7,4 +6,6 @@ Injects a fake HTTP request/response into a node HTTP server for simulating server logic, writing tests, or debugging. Does not use a socket

[![Build Status](https://secure.travis-ci.org/spumko/shot.png)](http://travis-ci.org/spumko/shot)
[![Build Status](https://secure.travis-ci.org/hapijs/shot.png)](http://travis-ci.org/hapijs/shot)
Lead Maintainer: [Wyatt Preul](https://github.com/wpreul)
For example:

@@ -11,0 +12,0 @@

Sorry, the diff of this file is not supported yet

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