You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

nock

Package Overview
Dependencies
Maintainers
4
Versions
449
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

to
14.0.5

4

package.json

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

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

@@ -26,3 +26,3 @@ "repository": {

"dependencies": {
"@mswjs/interceptors": "^0.38.5",
"@mswjs/interceptors": "^0.38.7",
"json-stringify-safe": "^5.0.1",

@@ -29,0 +29,0 @@ "propagate": "^2.0.0"

@@ -1311,2 +1311,4 @@ # Nock

path: '/mockedResource',
// method defaults to `GET`
// proto defaullts to `http`
})

@@ -1313,0 +1315,0 @@ ```