Socket
Socket
Sign inDemoInstall

jest-cli

Package Overview
Dependencies
308
Maintainers
3
Versions
388
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 30.0.0-alpha.1 to 30.0.0-alpha.2

3

build/index.d.ts

@@ -7,4 +7,5 @@ /**

*/
import type {Options} from 'yargs';
import {Options} from 'yargs';
export declare function run(

@@ -11,0 +12,0 @@ maybeArgv?: Array<string>,

@@ -494,2 +494,6 @@ /*!

},
waitNextEventLoopTurnForUnhandledRejectionEvents: {
description: 'Gives one event loop turn to handle `rejectionHandled`, ' + '`uncaughtException` or `unhandledRejection`.',
type: 'boolean'
},
watch: {

@@ -496,0 +500,0 @@ description: 'Watch files for changes and rerun tests related to ' + 'changed files. If you want to re-run all tests when a file has ' + 'changed, use the `--watchAll` option.',

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

@@ -18,11 +18,11 @@ "types": "./build/index.d.ts",

"dependencies": {
"@jest/core": "30.0.0-alpha.1",
"@jest/test-result": "30.0.0-alpha.1",
"@jest/types": "30.0.0-alpha.1",
"@jest/core": "30.0.0-alpha.2",
"@jest/test-result": "30.0.0-alpha.2",
"@jest/types": "30.0.0-alpha.2",
"chalk": "^4.0.0",
"exit": "^0.1.2",
"import-local": "^3.0.2",
"jest-config": "30.0.0-alpha.1",
"jest-util": "30.0.0-alpha.1",
"jest-validate": "30.0.0-alpha.1",
"jest-config": "30.0.0-alpha.2",
"jest-util": "30.0.0-alpha.2",
"jest-validate": "30.0.0-alpha.2",
"yargs": "^17.3.1"

@@ -89,3 +89,3 @@ },

},
"gitHead": "d005cb2505c041583e0c5636d006e08666a54b63"
"gitHead": "c04d13d7abd22e47b0997f6027886aed225c9ce4"
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc