diff2html-cli
Advanced tools
Comparing version 5.0.3 to 5.0.4
{ | ||
"name": "diff2html-cli", | ||
"version": "5.0.3", | ||
"version": "5.0.4", | ||
"homepage": "https://diff2html.xyz/index.html#cli", | ||
@@ -84,15 +84,15 @@ "description": "Fast Diff to colorized HTML", | ||
"dependencies": { | ||
"clipboardy": "^2.1.0", | ||
"diff2html": "3.0.0", | ||
"open": "^7.0.2", | ||
"request": "^2.88.0", | ||
"yargs": "^15.0.2" | ||
"clipboardy": "^2.2.0", | ||
"diff2html": "3.1.6", | ||
"open": "^7.0.3", | ||
"request": "^2.88.2", | ||
"yargs": "^15.3.0" | ||
}, | ||
"devDependencies": { | ||
"@types/hogan.js": "^3.0.0", | ||
"@types/jest": "25.1.1", | ||
"@types/node": "13.7.0", | ||
"@types/jest": "25.1.4", | ||
"@types/node": "13.9.1", | ||
"@types/request": "2.48.4", | ||
"@typescript-eslint/eslint-plugin": "2.19.0", | ||
"@typescript-eslint/parser": "2.19.0", | ||
"@typescript-eslint/eslint-plugin": "2.23.0", | ||
"@typescript-eslint/parser": "2.23.0", | ||
"codacy-coverage": "3.4.0", | ||
@@ -102,4 +102,4 @@ "eslint": "6.8.0", | ||
"eslint-plugin-import": "2.20.1", | ||
"eslint-plugin-jest": "23.6.0", | ||
"eslint-plugin-json": "2.0.1", | ||
"eslint-plugin-jest": "23.8.2", | ||
"eslint-plugin-json": "2.1.0", | ||
"eslint-plugin-node": "11.0.0", | ||
@@ -109,11 +109,15 @@ "eslint-plugin-optimize-regex": "1.1.7", | ||
"eslint-plugin-sonarjs": "0.5.0", | ||
"husky": "4.2.1", | ||
"husky": "4.2.3", | ||
"is-ci-cli": "2.0.0", | ||
"jest": "25.1.0", | ||
"lint-staged": "10.0.7", | ||
"lint-staged": "10.0.8", | ||
"markdown-toc": "^1.2.0", | ||
"prettier": "1.19.1", | ||
"ts-jest": "25.2.0", | ||
"typescript": "3.7.5" | ||
"ts-jest": "25.2.1", | ||
"typescript": "3.8.3" | ||
}, | ||
"resolutions": { | ||
"acorn": ">=7.1.1", | ||
"autolinker": ">=3.0.0" | ||
}, | ||
"license": "MIT", | ||
@@ -120,0 +124,0 @@ "files": [ |
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
57644
+ Addeddiff2html@3.1.6(transitive)
- Removeddiff2html@3.0.0(transitive)
Updatedclipboardy@^2.2.0
Updateddiff2html@3.1.6
Updatedopen@^7.0.3
Updatedrequest@^2.88.2
Updatedyargs@^15.3.0