Socket
Socket
Sign inDemoInstall

jest-cli

Package Overview
Dependencies
Maintainers
6
Versions
391
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 28.1.3 to 29.0.0-alpha.0

2

build/cli/index.js

@@ -161,3 +161,3 @@ 'use strict';

if (error !== null && error !== void 0 && error.stack) {
if (error?.stack) {
console.error(_chalk().default.red(error.stack));

@@ -164,0 +164,0 @@ } else {

{
"name": "jest-cli",
"description": "Delightful JavaScript Testing.",
"version": "28.1.3",
"version": "29.0.0-alpha.0",
"main": "./build/index.js",

@@ -16,5 +16,5 @@ "types": "./build/index.d.ts",

"dependencies": {
"@jest/core": "^28.1.3",
"@jest/test-result": "^28.1.3",
"@jest/types": "^28.1.3",
"@jest/core": "^29.0.0-alpha.0",
"@jest/test-result": "^29.0.0-alpha.0",
"@jest/types": "^29.0.0-alpha.0",
"chalk": "^4.0.0",

@@ -24,5 +24,5 @@ "exit": "^0.1.2",

"import-local": "^3.0.2",
"jest-config": "^28.1.3",
"jest-util": "^28.1.3",
"jest-validate": "^28.1.3",
"jest-config": "^29.0.0-alpha.0",
"jest-util": "^29.0.0-alpha.0",
"jest-validate": "^29.0.0-alpha.0",
"prompts": "^2.0.1",

@@ -49,3 +49,3 @@ "yargs": "^17.3.1"

"engines": {
"node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
},

@@ -91,3 +91,3 @@ "repository": {

},
"gitHead": "2cce069800dab3fc8ca7c469b32d2e2b2f7e2bb1"
"gitHead": "6862afb00307b52f32eedee977a9b3041355f184"
}
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