New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 2.5.3 to 2.5.4

2

package.json
{
"name": "diff2html-cli",
"version": "2.5.3",
"version": "2.5.4",
"homepage": "https://www.github.com/rtfpessoa/diff2html-cli",

@@ -5,0 +5,0 @@ "description": "Fast Diff to colorized HTML",

@@ -54,2 +54,6 @@ /*

if (gitArgs.indexOf('--no-color') < 0) {
gitArgs += ' --no-color';
}
var diffCommand = 'git diff ' + gitArgs;

@@ -56,0 +60,0 @@ return callback(null, utils.runCmd(diffCommand));

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