Socket
Socket
Sign inDemoInstall

jest-watcher

Package Overview
Dependencies
Maintainers
5
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-watcher - npm Package Compare versions

Comparing version 29.2.0 to 29.2.1

2

build/lib/formatTestNameByPattern.js

@@ -39,3 +39,3 @@ 'use strict';

}
const startPatternIndex = Math.max(match.index || 0, 0);
const startPatternIndex = Math.max(match.index ?? 0, 0);
const endPatternIndex = startPatternIndex + match[0].length;

@@ -42,0 +42,0 @@ if (inlineTestName.length <= width) {

@@ -68,3 +68,3 @@ 'use strict';

this._entering = false;
this._onSuccess(this._selection || this._value);
this._onSuccess(this._selection ?? this._value);
this.abort();

@@ -71,0 +71,0 @@ break;

{
"name": "jest-watcher",
"description": "Delightful JavaScript Testing.",
"version": "29.2.0",
"version": "29.2.1",
"main": "./build/index.js",

@@ -15,4 +15,4 @@ "types": "./build/index.d.ts",

"dependencies": {
"@jest/test-result": "^29.2.0",
"@jest/types": "^29.2.0",
"@jest/test-result": "^29.2.1",
"@jest/types": "^29.2.1",
"@types/node": "*",

@@ -22,3 +22,3 @@ "ansi-escapes": "^4.2.1",

"emittery": "^0.10.2",
"jest-util": "^29.2.0",
"jest-util": "^29.2.1",
"string-length": "^4.0.1"

@@ -42,3 +42,3 @@ },

},
"gitHead": "ee5b37a4f4433afcfffb0356cea47739d8092287"
"gitHead": "4551c0fdd4d25b7206824957c7bcc6baf61e63bf"
}
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