Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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 25.2.6 to 25.2.7

2

build/ts3.4/types.d.ts

@@ -33,3 +33,3 @@ /// <reference types="node" />

onTestRunComplete: (results: AggregatedResult) => void;
shouldRunTestSuite: (testSuiteInfo: TestSuiteInfo) => Promise<boolean>;
shouldRunTestSuite: (testSuiteInfo: TestSuiteInfo) => Promise<boolean> | boolean;
};

@@ -36,0 +36,0 @@ export declare type UsageData = {

@@ -32,3 +32,3 @@ /**

onTestRunComplete: (results: AggregatedResult) => void;
shouldRunTestSuite: (testSuiteInfo: TestSuiteInfo) => Promise<boolean>;
shouldRunTestSuite: (testSuiteInfo: TestSuiteInfo) => Promise<boolean> | boolean;
};

@@ -35,0 +35,0 @@ export declare type UsageData = {

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

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

},
"gitHead": "43207b743df164e9e58bd483dd9167b9084da18b"
"gitHead": "3c2fa9347b86460b5dfc558f033b8d4eec0ff8e1"
}

Sorry, the diff of this file is not supported yet

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