diff2html-cli
Advanced tools
Comparing version 2.5.0 to 2.5.1
{ | ||
"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 |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
19761
108
1
+ Addedansi-regex@3.0.1(transitive)
+ Addedcamelcase@4.1.0(transitive)
+ Addedcross-spawn@5.1.0(transitive)
+ Addedexeca@0.7.0(transitive)
+ Addedfind-up@2.1.0(transitive)
+ Addedget-stream@3.0.0(transitive)
+ Addedis-fullwidth-code-point@2.0.0(transitive)
+ Addedis-stream@1.1.0(transitive)
+ Addedisexe@2.0.0(transitive)
+ Addedload-json-file@2.0.0(transitive)
+ Addedlocate-path@2.0.0(transitive)
+ Addedlru-cache@4.1.5(transitive)
+ Addedmem@1.1.0(transitive)
+ Addedmimic-fn@1.2.0(transitive)
+ Addednpm-run-path@2.0.2(transitive)
+ Addedos-locale@2.1.0(transitive)
+ Addedp-finally@1.0.0(transitive)
+ Addedp-limit@1.3.0(transitive)
+ Addedp-locate@2.0.0(transitive)
+ Addedp-try@1.0.0(transitive)
+ Addedpath-exists@3.0.0(transitive)
+ Addedpath-key@2.0.1(transitive)
+ Addedpath-type@2.0.0(transitive)
+ Addedpseudomap@1.0.2(transitive)
+ Addedread-pkg@2.0.0(transitive)
+ Addedread-pkg-up@2.0.0(transitive)
+ Addedshebang-command@1.2.0(transitive)
+ Addedshebang-regex@1.0.0(transitive)
+ Addedsignal-exit@3.0.7(transitive)
+ Addedstring-width@2.1.1(transitive)
+ Addedstrip-ansi@4.0.0(transitive)
+ Addedstrip-bom@3.0.0(transitive)
+ Addedstrip-eof@1.0.0(transitive)
+ Addedwhich@1.3.1(transitive)
+ Addedwhich-module@2.0.1(transitive)
+ Addedyallist@2.1.2(transitive)
+ Addedyargs@9.0.1(transitive)
+ Addedyargs-parser@7.0.0(transitive)
- Removedcall-bind@1.0.7(transitive)
- Removedcamelcase@3.0.0(transitive)
- Removeddefine-data-property@1.1.4(transitive)
- Removeddefine-properties@1.2.1(transitive)
- Removedes-define-property@1.0.0(transitive)
- Removedes-errors@1.3.0(transitive)
- Removedfind-up@1.1.2(transitive)
- Removedget-intrinsic@1.2.4(transitive)
- Removedgopd@1.0.1(transitive)
- Removedhas-property-descriptors@1.0.2(transitive)
- Removedhas-proto@1.0.3(transitive)
- Removedhas-symbols@1.0.3(transitive)
- Removedis-utf8@0.2.1(transitive)
- Removedload-json-file@1.1.0(transitive)
- Removedobject-keys@1.1.1(transitive)
- Removedobject.assign@4.1.5(transitive)
- Removedos-locale@1.4.0(transitive)
- Removedpath-exists@2.1.0(transitive)
- Removedpath-type@1.1.0(transitive)
- Removedpinkie@2.0.4(transitive)
- Removedpinkie-promise@2.0.1(transitive)
- Removedread-pkg@1.1.0(transitive)
- Removedread-pkg-up@1.0.1(transitive)
- Removedset-function-length@1.2.2(transitive)
- Removedstrip-bom@2.0.0(transitive)
- Removedwhich-module@1.0.0(transitive)
- Removedyargs@7.1.2(transitive)
- Removedyargs-parser@5.0.1(transitive)
Updateddiff2html@^2.3.1
Updatedextend@^3.0.1
Updatedrequest@^2.83.0
Updatedyargs@^9.0.1