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.1 to 1.3.2

4

package.json
{
"name": "shot",
"description": "Injects a fake HTTP request/response into a node HTTP server",
"version": "1.3.1",
"version": "1.3.2",
"repository": "git://github.com/spumko/shot",

@@ -14,3 +14,3 @@ "main": "index",

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

@@ -17,0 +17,0 @@ "dependencies": {

@@ -39,3 +39,3 @@ // Load modules

Shot.inject(dispatch, { method: 'get', url: 'http://example.com:8080/hello' }, function (res) {
Shot.inject(dispatch, 'http://example.com:8080/hello', function (res) {

@@ -42,0 +42,0 @@ expect(res.headers.date).to.exist;

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