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.2.3
to
0.2.4
+3
-1
Makefile

@@ -16,4 +16,6 @@ TEST_TIMEOUT = 2000

--timeout $(TEST_TIMEOUT) \
--reporter $(TEST_REPORTER)
--reporter $(TEST_REPORTER) \
--compilers coffee:coffee-script \
test/*.coffee
.PHONY: test
{
"name" : "difflib"
, "version" : "0.2.3"
, "version" : "0.2.4"
, "description" : "text diff library ported from Python's difflib module"

@@ -14,3 +14,3 @@ , "homepage" : "https://github.com/qiao/difflib.js"

"coffee-script" : ">= 1.3.0"
, "mocha" : ">= 0.14.0"
, "mocha" : ">= 1.0.1"
, "should" : ">= 0.6.0"

@@ -17,0 +17,0 @@ , "browserify" : ">= 1.10.4"