diff2html-cli
Advanced tools
Comparing version 1.4.1 to 1.4.2
{ | ||
"name": "diff2html-cli", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"homepage": "https://www.github.com/rtfpessoa/diff2html-cli", | ||
@@ -49,13 +49,13 @@ "description": "Fast Diff to colorized HTML", | ||
"copy-paste": "^1.1.4", | ||
"diff2html": "~1.2.0", | ||
"diff2html": "~1.3.0", | ||
"extend": "^3.0.0", | ||
"open": "^0.0.5", | ||
"request": "^2.67.0", | ||
"yargs": "^3.31.0" | ||
"request": "^2.69.0", | ||
"yargs": "^3.32.0" | ||
}, | ||
"devDependencies": { | ||
"codacy-coverage": "^1.1.3", | ||
"istanbul": "^0.4.1", | ||
"jscs": "^2.7.0", | ||
"mocha": "^2.3.4" | ||
"istanbul": "^0.4.2", | ||
"jscs": "^2.9.0", | ||
"mocha": "^2.4.5" | ||
}, | ||
@@ -62,0 +62,0 @@ "license": "MIT", |
@@ -20,3 +20,3 @@ /* | ||
var open = require('open'); | ||
var ncp = require("copy-paste"); | ||
var ncp = require('copy-paste'); | ||
@@ -23,0 +23,0 @@ function Diff2HtmlInterface() { |
@@ -142,3 +142,3 @@ #!/usr/bin/env node | ||
log.error('The input is empty. Try again.'); | ||
yargs.showHelp("log"); | ||
yargs.showHelp('log'); | ||
} | ||
@@ -145,0 +145,0 @@ |
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
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
+ Addeddiff2html@1.3.2(transitive)
- Removeddiff2html@1.2.0(transitive)
Updateddiff2html@~1.3.0
Updatedrequest@^2.69.0
Updatedyargs@^3.32.0