New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

jest-cli

Package Overview
Dependencies
Maintainers
4
Versions
392
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-cli - npm Package Compare versions

Comparing version 30.0.0-alpha.6 to 30.0.0-alpha.7

5

build/index.d.ts

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

import {Options} from 'yargs';
import {Config} from '@jest/types';
export declare function buildArgv(
maybeArgv?: Array<string>,
): Promise<Config.Argv>;
export declare function run(

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

18

build/index.js

@@ -597,5 +597,5 @@ /*!

}
function _exit() {
const data = _interopRequireDefault(require("exit"));
_exit = function () {
function _exitX() {
const data = _interopRequireDefault(require("exit-x"));
_exitX = function () {
return data;

@@ -668,3 +668,3 @@ };

}
(0, _exit().default)(1);
(0, _exitX().default)(1);
throw error;

@@ -726,3 +726,3 @@ }

}
(0, _exit().default)(code);
(0, _exitX().default)(code);
} else if (!globalConfig.detectOpenHandles && globalConfig.openHandlesTimeout !== 0) {

@@ -766,3 +766,3 @@ const timeout = globalConfig.openHandlesTimeout;

var __webpack_exports__ = {};
// This entry need to be wrapped in an IIFE because it uses a non-standard name for the exports (exports).
// This entry needs to be wrapped in an IIFE because it uses a non-standard name for the exports (exports).
(() => {

@@ -775,2 +775,8 @@ var exports = __webpack_exports__;

}));
Object.defineProperty(exports, "buildArgv", ({
enumerable: true,
get: function () {
return _run.buildArgv;
}
}));
Object.defineProperty(exports, "run", ({

@@ -777,0 +783,0 @@ enumerable: true,

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

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

"dependencies": {
"@jest/core": "30.0.0-alpha.6",
"@jest/test-result": "30.0.0-alpha.6",
"@jest/types": "30.0.0-alpha.6",
"@jest/core": "30.0.0-alpha.7",
"@jest/test-result": "30.0.0-alpha.7",
"@jest/types": "30.0.0-alpha.7",
"chalk": "^4.0.0",
"exit": "^0.1.2",
"exit-x": "^0.2.2",
"import-local": "^3.0.2",
"jest-config": "30.0.0-alpha.6",
"jest-util": "30.0.0-alpha.6",
"jest-validate": "30.0.0-alpha.6",
"jest-config": "30.0.0-alpha.7",
"jest-util": "30.0.0-alpha.7",
"jest-validate": "30.0.0-alpha.7",
"yargs": "^17.3.1"
},
"devDependencies": {
"@types/exit": "^0.1.30",
"@types/yargs": "^17.0.8"

@@ -87,3 +86,3 @@ },

},
"gitHead": "ba74b7de1b9cca88daf33f9d1b46bfe2b7f485a5"
"gitHead": "bacb7de30d053cd87181294b0c8a8576632a8b02"
}

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