🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

jest-watcher

Package Overview
Dependencies
Maintainers
5
Versions
144
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

to
30.0.0-rc.1

2

build/index.d.ts

@@ -9,3 +9,3 @@ /**

import {ReadStream, WriteStream} from 'tty';
import Emittery = require('emittery');
import Emittery from 'emittery';
import {AggregatedResult} from '@jest/test-result';

@@ -12,0 +12,0 @@ import {Config} from '@jest/types';

{
"name": "jest-watcher",
"description": "Delightful JavaScript Testing.",
"version": "30.0.0-beta.9",
"version": "30.0.0-rc.1",
"main": "./build/index.js",

@@ -17,3 +17,3 @@ "types": "./build/index.d.ts",

"dependencies": {
"@jest/test-result": "30.0.0-beta.9",
"@jest/test-result": "30.0.0-rc.1",
"@jest/types": "30.0.0-beta.8",

@@ -24,3 +24,3 @@ "@types/node": "*",

"emittery": "^0.13.1",
"jest-util": "30.0.0-beta.8",
"jest-util": "30.0.0-rc.1",
"string-length": "^4.0.2"

@@ -44,3 +44,3 @@ },

},
"gitHead": "2f52a9ed429fb8797a99868860430d55db6d5503"
"gitHead": "ce14203d9156f830a8e24a6e3e8205f670a72a40"
}