Socket
Socket
Sign inDemoInstall

nock

Package Overview
Dependencies
Maintainers
4
Versions
429
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.3.6 to 13.3.8

6

package.json

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

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

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

"@definitelytyped/dtslint": "^0.0.163",
"@sinonjs/fake-timers": "^10.0.0",
"@sinonjs/fake-timers": "^11.2.2",
"assert-rejects": "^1.0.0",

@@ -64,3 +64,3 @@ "chai": "^4.1.2",

"lint:ts": "dtslint --expectOnly types",
"test": "nyc --reporter=lcov --reporter=text mocha tests",
"test": "nyc --reporter=lcov --reporter=text mocha --recursive tests",
"test:coverage": "open coverage/lcov-report/index.html"

@@ -67,0 +67,0 @@ },

@@ -121,3 +121,5 @@ // TypeScript Version: 3.5

filteringRequestBody(regex: RegExp, replace: string): this
filteringRequestBody(fn: (body: string) => string): this
filteringRequestBody(
fn: (body: string, recordedBody: string) => string,
): this

@@ -124,0 +126,0 @@ persist(flag?: boolean): this

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