Socket
Socket
Sign inDemoInstall

nock

Package Overview
Dependencies
Maintainers
4
Versions
430
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 13.2.3 to 13.2.4

4

lib/intercepted_request_router.js

@@ -57,3 +57,5 @@ 'use strict'

const timeout =
options.timeout || (options.agent && options.agent.options.timeout)
options.timeout ||
(options.agent && options.agent.options && options.agent.options.timeout)
if (timeout) {

@@ -60,0 +62,0 @@ this.socket.setTimeout(timeout)

@@ -10,3 +10,3 @@ {

],
"version": "13.2.3",
"version": "13.2.4",
"author": "Pedro Teixeira <pedro.teixeira@gmail.com>",

@@ -13,0 +13,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