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 29.0.0-alpha.6 to 29.0.0

5

build/cli/args.js

@@ -192,7 +192,2 @@ 'use strict';

},
collectCoverageOnlyFrom: {
description: 'Explicit list of paths coverage will be restricted to.',
string: true,
type: 'array'
},
color: {

@@ -199,0 +194,0 @@ description:

16

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

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

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

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

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

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

},
"gitHead": "4def94b073cad300e99de378ba900e6ba9b7032f"
"gitHead": "75006e46c76f6fda14bbc0548f86edb2ba087cd2"
}
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