Socket
Socket
Sign inDemoInstall

jest-diff

Package Overview
Dependencies
10
Maintainers
3
Versions
229
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 14.3.0-alpha.d13c163e to 14.3.1-alpha.410cb91a

2

build/constants.js

@@ -16,2 +16,2 @@ /**

module.exports.NO_DIFF_MESSAGE =
chalk.gray.underline('Compared values have no visual difference');
chalk.dim.underline('Compared values have no visual difference');

@@ -65,3 +65,3 @@ /**

chalk.green :
part.removed ? chalk.red : chalk.gray;
part.removed ? chalk.red : chalk.dim;
return color(part.value);

@@ -68,0 +68,0 @@ }).join('');

{
"name": "jest-diff",
"version": "14.3.0-alpha.d13c163e",
"version": "14.3.1-alpha.410cb91a",
"repository": {

@@ -12,4 +12,4 @@ "type": "git",

"chalk": "^1.1.3",
"diff": "^2.2.3",
"jest-matcher-utils": "^14.3.0-alpha.d13c163e",
"diff": "^3.0.0",
"jest-matcher-utils": "^14.3.1-alpha.410cb91a",
"pretty-format": "^3.6.0"

@@ -16,0 +16,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc