jest-diff
Advanced tools
Comparing version 20.1.0-alpha.3 to 20.1.0-beta.1
@@ -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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
228
11216
- Removedansi-regex@2.1.1(transitive)
- Removedansi-styles@2.2.1(transitive)
- Removedchalk@1.1.3(transitive)
- Removedhas-ansi@2.0.0(transitive)
- Removedstrip-ansi@3.0.1(transitive)
- Removedsupports-color@2.0.0(transitive)
Updatedchalk@^2.0.1
Updatedjest-get-type@^20.1.0-beta.1
Updatedpretty-format@^20.1.0-beta.1