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 30.0.0-alpha.1 to 30.0.0-alpha.2

8

build/index.d.ts

@@ -7,9 +7,9 @@ /**

*/
/// <reference types="node" />
import type {AggregatedResult} from '@jest/test-result';
import type {Config} from '@jest/types';
import {ReadStream, WriteStream} from 'tty';
import Emittery = require('emittery');
import type {ReadStream} from 'tty';
import type {WriteStream} from 'tty';
import {AggregatedResult} from '@jest/test-result';
import {Config} from '@jest/types';

@@ -16,0 +16,0 @@ export declare type AllowedConfigOptions = Partial<

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

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

"dependencies": {
"@jest/test-result": "30.0.0-alpha.1",
"@jest/types": "30.0.0-alpha.1",
"@jest/test-result": "30.0.0-alpha.2",
"@jest/types": "30.0.0-alpha.2",
"@types/node": "*",

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

"emittery": "^0.13.1",
"jest-util": "30.0.0-alpha.1",
"jest-util": "30.0.0-alpha.2",
"string-length": "^4.0.1"

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

},
"gitHead": "d005cb2505c041583e0c5636d006e08666a54b63"
"gitHead": "c04d13d7abd22e47b0997f6027886aed225c9ce4"
}
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