Socket
Socket
Sign inDemoInstall

jest-diff

Package Overview
Dependencies
Maintainers
2
Versions
230
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-diff - npm Package Compare versions

Comparing version 20.1.0-alpha.3 to 20.1.0-beta.1

3

build/diff_strings.js

@@ -142,3 +142,4 @@ 'use strict';

// whenever linebreaks are involved.
const result = options && options.expand === false ?
const result =
options && options.expand === false ?
structuredPatch(a, b) :

@@ -145,0 +146,0 @@ diffLines(a, b);

{
"name": "jest-diff",
"version": "20.1.0-alpha.3",
"version": "20.1.0-beta.1",
"repository": {

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

"dependencies": {
"chalk": "^1.1.3",
"chalk": "^2.0.1",
"diff": "^3.2.0",
"jest-get-type": "^20.1.0-alpha.3",
"jest-matcher-utils": "^20.1.0-alpha.3",
"pretty-format": "^20.1.0-alpha.3"
"jest-get-type": "^20.1.0-beta.1",
"jest-matcher-utils": "^20.1.0-beta.1",
"pretty-format": "^20.1.0-beta.1"
}
}
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