🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

nock

Package Overview
Dependencies
Maintainers
4
Versions
468
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
14.0.12
to
14.0.13
+1
-1
package.json

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

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

@@ -13,0 +13,0 @@ "repository": {

@@ -249,3 +249,8 @@ // TypeScript Version: 3.5

response?: ReplyBody
headers?: ReplyHeaders
/**
* Response headers as recorded (object form). Values are strings; multi-value
* headers (e.g. set-cookie) may be string[] when definitions are loaded from
* fixtures or hand-written. This is what define() uses.
*/
rawHeaders?: Record<string, string | string[]>
options?: Options

@@ -252,0 +257,0 @@ }