jest-diff
Advanced tools
Comparing version 28.1.0 to 28.1.1
@@ -47,3 +47,3 @@ /** | ||
bLines: Array<string>, | ||
options?: DiffOptions | undefined, | ||
options?: DiffOptions, | ||
) => string; | ||
@@ -56,3 +56,3 @@ | ||
bLinesCompare: Array<string>, | ||
options?: DiffOptions | undefined, | ||
options?: DiffOptions, | ||
) => string; | ||
@@ -92,5 +92,5 @@ | ||
b: string, | ||
options?: DiffOptions | undefined, | ||
options?: DiffOptions, | ||
) => string; | ||
export {}; |
{ | ||
"name": "jest-diff", | ||
"version": "28.1.0", | ||
"version": "28.1.1", | ||
"repository": { | ||
@@ -21,8 +21,8 @@ "type": "git", | ||
"chalk": "^4.0.0", | ||
"diff-sequences": "^28.0.2", | ||
"diff-sequences": "^28.1.1", | ||
"jest-get-type": "^28.0.2", | ||
"pretty-format": "^28.1.0" | ||
"pretty-format": "^28.1.1" | ||
}, | ||
"devDependencies": { | ||
"@jest/test-utils": "^28.1.0", | ||
"@jest/test-utils": "^28.1.1", | ||
"strip-ansi": "^6.0.0" | ||
@@ -36,3 +36,3 @@ }, | ||
}, | ||
"gitHead": "f5db241312f46528389e55c38221e6b6968622cf" | ||
"gitHead": "eb954f8874960920ac50a8f976bb333fbb06ada9" | ||
} |
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
78552
Updateddiff-sequences@^28.1.1
Updatedpretty-format@^28.1.1