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 27.0.0-next.1 to 27.0.0-next.3

2

build/BaseWatchPlugin.d.ts

@@ -10,3 +10,3 @@ /**

import type { JestHookSubscriber, UpdateConfigCallback, UsageData, WatchPlugin } from './types';
declare class BaseWatchPlugin implements WatchPlugin {
declare abstract class BaseWatchPlugin implements WatchPlugin {
protected _stdin: NodeJS.ReadStream;

@@ -13,0 +13,0 @@ protected _stdout: NodeJS.WriteStream;

{
"name": "jest-watcher",
"description": "Delightful JavaScript Testing.",
"version": "27.0.0-next.1",
"version": "27.0.0-next.3",
"main": "./build/index.js",

@@ -12,8 +12,8 @@ "types": "./build/index.d.ts",

"dependencies": {
"@jest/test-result": "^27.0.0-next.1",
"@jest/types": "^27.0.0-next.1",
"@jest/test-result": "^27.0.0-next.3",
"@jest/types": "^27.0.0-next.3",
"@types/node": "*",
"ansi-escapes": "^4.2.1",
"chalk": "^4.0.0",
"jest-util": "^27.0.0-next.1",
"jest-util": "^27.0.0-next.3",
"string-length": "^4.0.1"

@@ -37,3 +37,3 @@ },

},
"gitHead": "774c1898bbb078c20fa53906d535335babc6585d"
"gitHead": "2e34f2cfaf9b6864c3ad4bdca05d3097d3108a41"
}
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