New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

nock

Package Overview
Dependencies
Maintainers
1
Versions
438
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nock - npm Package Compare versions

Comparing version 0.11.5 to 0.11.6

4

lib/intercept.js

@@ -71,3 +71,5 @@ var RequestOverrider = require('./request_overrider'),

for(var propName in overrider) {
this[propName] = overrider[propName];
if (overrider.hasOwnProperty(propName)) {
this[propName] = overrider[propName];
}
}

@@ -74,0 +76,0 @@ } else {

{ "name" : "nock"
, "description" : "HTTP Server mocking for Node.js"
, "tags" : ["Mock", "HTTP", "testing", "isolation"]
, "version" : "0.11.5"
, "version" : "0.11.6"
, "author" : "Pedro Teixeira <pedro.teixeira@gmail.com>"

@@ -19,2 +19,3 @@ , "contributors" :

, {"name": "David Björklund"}
, {"name": "Andrew Kramolisch"}
]

@@ -21,0 +22,0 @@ , "repository" :

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