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

jest-config

Package Overview
Dependencies
Maintainers
3
Versions
307
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-config - npm Package Compare versions

Comparing version 14.2.0-alpha.ca8bfb6e to 14.2.1-alpha.e21d71a4

1

build/defaults.js

@@ -39,3 +39,2 @@ /**

modulePathIgnorePatterns: [],
noHighlight: false,
noStackTrace: false,

@@ -42,0 +41,0 @@ notify: false,

@@ -329,3 +329,2 @@ /**

case 'name':
case 'noHighlight':
case 'noStackTrace':

@@ -332,0 +331,0 @@ case 'notify':

@@ -20,5 +20,2 @@ /**

config.noHighlight =
argv.noHighlight || !argv.colors && !process.stdout.isTTY;
if (argv.verbose) {

@@ -25,0 +22,0 @@ config.verbose = argv.verbose;

14

package.json
{
"name": "jest-config",
"version": "14.2.0-alpha.ca8bfb6e",
"version": "14.2.1-alpha.e21d71a4",
"repository": {

@@ -13,8 +13,8 @@ "type": "git",

"istanbul": "^0.4.4",
"jest-environment-jsdom": "^14.2.0-alpha.ca8bfb6e",
"jest-environment-node": "^14.2.0-alpha.ca8bfb6e",
"jest-jasmine2": "^14.2.0-alpha.ca8bfb6e",
"jest-mock": "^14.2.0-alpha.ca8bfb6e",
"jest-resolve": "^14.2.0-alpha.ca8bfb6e",
"jest-util": "^14.2.0-alpha.ca8bfb6e",
"jest-environment-jsdom": "^14.2.1-alpha.e21d71a4",
"jest-environment-node": "^14.2.1-alpha.e21d71a4",
"jest-jasmine2": "^14.2.1-alpha.e21d71a4",
"jest-mock": "^14.2.1-alpha.e21d71a4",
"jest-resolve": "^14.2.1-alpha.e21d71a4",
"jest-util": "^14.2.1-alpha.e21d71a4",
"json-stable-stringify": "^1.0.0"

@@ -21,0 +21,0 @@ },

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