+1
-3
@@ -28,3 +28,3 @@ | ||
| (function() { | ||
| var Differ, Heap, IS_CHARACTER_JUNK, IS_LINE_JUNK, SequenceMatcher, assert, contextDiff, exports, floor, getCloseMatches, max, min, ndiff, restore, unifiedDiff, _arrayCmp, _calculateRatio, _countLeading, _formatRangeContext, _formatRangeUnified, | ||
| var Differ, Heap, IS_CHARACTER_JUNK, IS_LINE_JUNK, SequenceMatcher, assert, contextDiff, floor, getCloseMatches, max, min, ndiff, restore, unifiedDiff, _arrayCmp, _calculateRatio, _countLeading, _formatRangeContext, _formatRangeUnified, | ||
| __indexOf = Array.prototype.indexOf || function(item) { for (var i = 0, l = this.length; i < l; i++) { if (i in this && this[i] === item) return i; } return -1; }; | ||
@@ -1322,4 +1322,2 @@ | ||
| exports = (typeof module !== "undefined" && module !== null ? module.exports : void 0) || (window.difflib = {}); | ||
| exports.SequenceMatcher = SequenceMatcher; | ||
@@ -1326,0 +1324,0 @@ |
+2
-2
| { | ||
| "name" : "difflib" | ||
| , "version" : "0.1.1" | ||
| , "description" : "text diff library" | ||
| , "version" : "0.1.2" | ||
| , "description" : "text diff library ported from Python's difflib module" | ||
| , "homepage" : "https://github.com/qiao/difflib.js" | ||
@@ -6,0 +6,0 @@ , "keywords" : ["diff"] |
Sorry, the diff of this file is not supported yet
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
123508
-0.11%1181
-0.08%