Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

diff2html-cli

Package Overview
Dependencies
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

diff2html-cli - npm Package Compare versions

Comparing version 1.4.1 to 1.4.2

14

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc