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 2.5.0 to 2.5.1

29

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

@@ -35,12 +35,13 @@ "description": "Fast Diff to colorized HTML",

"engines": {
"node": ">=0.12.0"
"node": ">=4.0.0"
},
"preferGlobal": true,
"scripts": {
"style": "eslint .",
"lint": "eslint .",
"style": "yarn run lint",
"coverage": "istanbul cover _mocha -- -u exports -R spec ./test/**/*",
"check-coverage": "istanbul check-coverage --statements 90 --functions 90 --branches 85 --lines 90 ./coverage/coverage.json",
"test": "npm run coverage",
"check-coverage": "istanbul check-coverage --statements 50 --functions 40 --branches 0 --lines 50 ./coverage/coverage.json",
"test": "yarn run coverage",
"codacy": "cat ./coverage/lcov.info | codacy-coverage",
"preversion": "npm test",
"preversion": "yarn run test",
"postversion": "git push && git push --tags"

@@ -54,15 +55,15 @@ },

"copy-paste": "^1.3.0",
"diff2html": "^2.3.0",
"extend": "^3.0.0",
"diff2html": "^2.3.1",
"extend": "^3.0.1",
"open": "^0.0.5",
"request": "^2.81.0",
"yargs": "^7.0.2"
"request": "^2.83.0",
"yargs": "^9.0.1"
},
"devDependencies": {
"codacy-coverage": "^2.0.1",
"eslint": "^3.18.0",
"codacy-coverage": "^2.0.3",
"eslint": "^4.8.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^2.1.1",
"eslint-plugin-standard": "^3.0.1",
"istanbul": "^0.4.5",
"mocha": "^3.2.0"
"mocha": "^4.0.0"
},

@@ -69,0 +70,0 @@ "license": "MIT",

@@ -81,2 +81,4 @@ # diff2html-cli

-> reading the input from a file
diff -u file1.txt file2.txt | diff2html -i stdin
-> reading diff from stdin
diff2html -f json -o stdout -- -M HEAD~1

@@ -83,0 +85,0 @@ -> print json format to stdout

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