New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

difflib

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

difflib - npm Package Compare versions

Comparing version
0.1.1
to
0.1.2
+1
-3
lib/difflib.js

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

{
"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