Socket
Socket
Sign inDemoInstall

diff-sequences

Package Overview
Dependencies
0
Maintainers
5
Versions
65
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 29.4.3 to 29.6.3

4

build/index.js

@@ -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

6

package.json
{
"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"
}
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