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

jest-config

Package Overview
Dependencies
Maintainers
1
Versions
308
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 12.1.3-alpha.6230044c to 12.1.4-alpha.a737c6e5

5

build/reporters/VerboseLogger.js

@@ -86,3 +86,6 @@ /**

const status = this._getIcon(test.status);
this._logLine(status + ' ' + chalk.gray(test.title), indentLevel);}
const time = test.duration ?
` (${ test.duration.toFixed(0) } ms)` :
'';
this._logLine(status + ' ' + chalk.gray(test.title + time), indentLevel);}

@@ -89,0 +92,0 @@

16

package.json
{
"name": "jest-config",
"version": "12.1.3-alpha.6230044c",
"version": "12.1.4-alpha.a737c6e5",
"repository": {

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

"istanbul": "^0.4.2",
"jest-environment-jsdom": "^12.1.3-alpha.6230044c",
"jest-environment-node": "^12.1.3-alpha.6230044c",
"jest-jasmine1": "^12.1.3-alpha.6230044c",
"jest-jasmine2": "^12.1.3-alpha.6230044c",
"jest-mock": "^12.1.3-alpha.6230044c",
"jest-resolve": "^12.1.3-alpha.6230044c",
"jest-util": "^12.1.3-alpha.6230044c",
"jest-environment-jsdom": "^12.1.4-alpha.a737c6e5",
"jest-environment-node": "^12.1.4-alpha.a737c6e5",
"jest-jasmine1": "^12.1.4-alpha.a737c6e5",
"jest-jasmine2": "^12.1.4-alpha.a737c6e5",
"jest-mock": "^12.1.4-alpha.a737c6e5",
"jest-resolve": "^12.1.4-alpha.a737c6e5",
"jest-util": "^12.1.4-alpha.a737c6e5",
"json-stable-stringify": "^1.0.0",

@@ -22,0 +22,0 @@ "node-notifier": "^4.6.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