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.0 to 13.2.1

1

lib/back.js

@@ -266,2 +266,3 @@ 'use strict'

if (fixture && fixtureExists(fixture)) {
/* istanbul ignore next - fs.unlinkSync is for node 10 support */
fs.rmSync ? fs.rmSync(fixture) : fs.unlinkSync(fixture)

@@ -268,0 +269,0 @@ }

2

lib/common.js

@@ -550,3 +550,3 @@ 'use strict'

*
* Performs a general recursive strict comparision with two caveats:
* Performs a general recursive strict comparison with two caveats:
* - The expected data can use regexp to compare values

@@ -553,0 +553,0 @@ * - JSON path notation and nested objects are considered equal

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

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

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

@@ -243,3 +243,3 @@ // TypeScript Version: 3.5

type BackMode = 'wild' | 'dryrun' | 'record' | 'lockdown'
type BackMode = 'wild' | 'dryrun' | 'record' | 'update' | 'lockdown'

@@ -246,0 +246,0 @@ interface Back {

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