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.6-beta4 to 1.4.6-beta5

22

package.json
{
"name": "diff2html-cli",
"version": "1.4.6-beta4",
"version": "1.4.6-beta5",
"homepage": "https://www.github.com/rtfpessoa/diff2html-cli",

@@ -37,7 +37,7 @@ "description": "Fast Diff to colorized HTML",

},
"preferGlobal": "true",
"preferGlobal": true,
"scripts": {
"test": "mocha",
"style": "jscs src test",
"codacy": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/.bin/codacy-coverage && rm -rf ./coverage"
"test": "jscs src/*.js src/ui/js/*.js && istanbul cover _mocha -- -u exports -R spec ./test/**/* && istanbul check-coverage --statements 90 --functions 90 --branches 85 --lines 90 ./coverage/coverage.json",
"style": "jscs src/*.js src/ui/js/*.js",
"codacy": "istanbul cover _mocha -- -u exports -R spec ./test/**/* && cat ./coverage/lcov.info | codacy-coverage"
},

@@ -49,13 +49,13 @@ "bin": {

"dependencies": {
"copy-paste": "^1.1.4",
"diff2html": "^2.0.0-beta10",
"copy-paste": "^1.2.0",
"diff2html": "^2.0.0-beta18",
"extend": "^3.0.0",
"open": "0.0.5",
"request": "^2.69.0",
"yargs": "^4.3.2"
"request": "^2.72.0",
"yargs": "^4.7.0"
},
"devDependencies": {
"codacy-coverage": "^1.1.3",
"istanbul": "^0.4.2",
"jscs": "^2.11.0",
"istanbul": "^0.4.3",
"jscs": "^3.0.3",
"mocha": "^2.4.5"

@@ -62,0 +62,0 @@ },

@@ -132,3 +132,3 @@ #!/usr/bin/env node

.alias('h', 'help')
.epilog('© 2014 rtfpessoa\n' +
.epilog('© 2014-2016 rtfpessoa\n' +
'For support, check out https://github.com/rtfpessoa/diff2html-cli')

@@ -135,0 +135,0 @@ .argv;

Sorry, the diff of this file is not supported yet

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