diff-sequences
Advanced tools
Comparing version 24.0.0 to 24.2.0-alpha.0
@@ -14,3 +14,2 @@ 'use strict'; | ||
* | ||
* | ||
*/ | ||
@@ -607,9 +606,29 @@ // This diff-sequences package implements the linear space variation in | ||
const _callbacks$ = callbacks[0], | ||
_foundSubsequence = _callbacks$.foundSubsequence, | ||
_isCommon = _callbacks$.isCommon; | ||
foundSubsequence = _callbacks$.foundSubsequence, | ||
isCommon = _callbacks$.isCommon; | ||
callbacks[1] = { | ||
foundSubsequence: (nCommon, bCommon, aCommon) => { | ||
_foundSubsequence(nCommon, aCommon, bCommon); | ||
}, | ||
isCommon: (bIndex, aIndex) => _isCommon(aIndex, bIndex) | ||
foundSubsequence: (function(_foundSubsequence) { | ||
function foundSubsequence(_x, _x2, _x3) { | ||
return _foundSubsequence.apply(this, arguments); | ||
} | ||
foundSubsequence.toString = function() { | ||
return _foundSubsequence.toString(); | ||
}; | ||
return foundSubsequence; | ||
})((nCommon, bCommon, aCommon) => { | ||
foundSubsequence(nCommon, aCommon, bCommon); | ||
}), | ||
isCommon: (function(_isCommon) { | ||
function isCommon(_x4, _x5) { | ||
return _isCommon.apply(this, arguments); | ||
} | ||
isCommon.toString = function() { | ||
return _isCommon.toString(); | ||
}; | ||
return isCommon; | ||
})((bIndex, aIndex) => isCommon(aIndex, bIndex)) | ||
}; | ||
@@ -616,0 +635,0 @@ } |
{ | ||
"name": "diff-sequences", | ||
"version": "24.0.0", | ||
"version": "24.2.0-alpha.0", | ||
"repository": { | ||
@@ -22,2 +22,3 @@ "type": "git", | ||
"main": "build/index.js", | ||
"types": "build/index.d.ts", | ||
"scripts": { | ||
@@ -30,3 +31,6 @@ "perf": "node --expose-gc perf/index.js" | ||
}, | ||
"gitHead": "634e5a54f46b2a62d1dc81a170562e6f4e55ad60" | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"gitHead": "800f2f803d01c8ae194d71b251e4965dd70e5bf2" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
54248
9
857
2