diff-sequences
Advanced tools
Comparing version 29.4.3 to 29.6.3
@@ -63,5 +63,3 @@ 'use strict'; | ||
// and starting indexes of each common subsequence. | ||
// Either original functions or wrapped to swap indexes if graph is transposed. | ||
// Indexes in sequence a of last point of forward or reverse paths in graph. | ||
@@ -73,6 +71,4 @@ // Myers algorithm indexes by diagonal k which for negative is bad deopt in V8. | ||
// kR = d - 2 * iR | ||
// Division of index intervals in sequences a and b at the middle change. | ||
// Invariant: intervals do not have common items at the start or end. | ||
const pkg = 'diff-sequences'; // for error messages | ||
@@ -79,0 +75,0 @@ const NOT_YET_SET = 0; // small int instead of undefined to avoid deopt in V8 |
{ | ||
"name": "diff-sequences", | ||
"version": "29.4.3", | ||
"version": "29.6.3", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/facebook/jest.git", | ||
"url": "https://github.com/jestjs/jest.git", | ||
"directory": "packages/diff-sequences" | ||
@@ -38,3 +38,3 @@ }, | ||
}, | ||
"gitHead": "a49c88610e49a3242576160740a32a2fe11161e1" | ||
"gitHead": "fb7d95c8af6e0d65a8b65348433d8a0ea0725b5b" | ||
} |
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
45957