Socket
Socket
Sign inDemoInstall

jest-watcher

Package Overview
Dependencies
7
Maintainers
5
Versions
130
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 26.6.1 to 26.6.2

12

build/lib/patternModeHelpers.js

@@ -8,6 +8,6 @@ 'use strict';

function _chalk() {
const data = _interopRequireDefault(require('chalk'));
function _ansiEscapes() {
const data = _interopRequireDefault(require('ansi-escapes'));
_chalk = function () {
_ansiEscapes = function () {
return data;

@@ -19,6 +19,6 @@ };

function _ansiEscapes() {
const data = _interopRequireDefault(require('ansi-escapes'));
function _chalk() {
const data = _interopRequireDefault(require('chalk'));
_ansiEscapes = function () {
_chalk = function () {
return data;

@@ -25,0 +25,0 @@ };

@@ -8,6 +8,6 @@ 'use strict';

function _chalk() {
const data = _interopRequireDefault(require('chalk'));
function _ansiEscapes() {
const data = _interopRequireDefault(require('ansi-escapes'));
_chalk = function () {
_ansiEscapes = function () {
return data;

@@ -19,6 +19,6 @@ };

function _ansiEscapes() {
const data = _interopRequireDefault(require('ansi-escapes'));
function _chalk() {
const data = _interopRequireDefault(require('chalk'));
_ansiEscapes = function () {
_chalk = function () {
return data;

@@ -25,0 +25,0 @@ };

@@ -8,4 +8,4 @@ /**

/// <reference types="node" />
import type { AggregatedResult } from '@jest/test-result';
import type { Config } from '@jest/types';
import type { AggregatedResult } from '@jest/test-result';
declare type TestSuiteInfo = {

@@ -39,3 +39,3 @@ config: Config.ProjectConfig;

};
export declare type AllowedConfigOptions = Partial<Pick<Config.GlobalConfig, 'bail' | 'changedSince' | 'collectCoverage' | 'collectCoverageFrom' | 'collectCoverageOnlyFrom' | 'coverageDirectory' | 'coverageReporters' | 'notify' | 'notifyMode' | 'onlyFailures' | 'reporters' | 'testNamePattern' | 'testPathPattern' | 'updateSnapshot' | 'verbose'> & {
export declare type AllowedConfigOptions = Partial<Pick<Config.GlobalConfig, 'bail' | 'changedSince' | 'collectCoverage' | 'collectCoverageFrom' | 'collectCoverageOnlyFrom' | 'coverageDirectory' | 'coverageReporters' | 'findRelatedTests' | 'nonFlagArgs' | 'notify' | 'notifyMode' | 'onlyFailures' | 'reporters' | 'testNamePattern' | 'testPathPattern' | 'updateSnapshot' | 'verbose'> & {
mode: 'watch' | 'watchAll';

@@ -42,0 +42,0 @@ }>;

{
"name": "jest-watcher",
"description": "Delightful JavaScript Testing.",
"version": "26.6.1",
"version": "26.6.2",
"main": "build/index.js",
"types": "build/index.d.ts",
"dependencies": {
"@jest/test-result": "^26.6.1",
"@jest/types": "^26.6.1",
"@jest/test-result": "^26.6.2",
"@jest/types": "^26.6.2",
"@types/node": "*",
"ansi-escapes": "^4.2.1",
"chalk": "^4.0.0",
"jest-util": "^26.6.1",
"jest-util": "^26.6.2",
"string-length": "^4.0.1"

@@ -32,3 +32,3 @@ },

},
"gitHead": "f6366db60e32f1763e612288bf3984bcfa7a0a15"
"gitHead": "4c46930615602cbf983fb7e8e82884c282a624d5"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc