dockerfilelint
Advanced tools
Comparing version 0.0.9 to 1.0.0
{ | ||
"name": "dockerfilelint", | ||
"version": "0.0.9", | ||
"version": "1.0.0", | ||
"description": "A linter for Dockerfiles to find bugs and encourage best practices", | ||
"main": "./lib/index.js", | ||
"bin": { | ||
"dockerfilelint": "bin/dockerfilelint" | ||
}, | ||
"scripts": { | ||
@@ -26,2 +29,4 @@ "test": "nyc mocha", | ||
"dependencies": { | ||
"chalk": "^1.1.1", | ||
"cliui": "^3.1.0", | ||
"lodash": "^4.3.0", | ||
@@ -28,0 +33,0 @@ "yargs": "^3.32.0" |
@@ -17,2 +17,4 @@ # Linter and validator for Dockerfile | ||
If you don't want to install this locally you can try it out [here](https://www.fromlatest.io/#/). | ||
## Checks performed | ||
@@ -19,0 +21,0 @@ ### `FROM` |
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
74538
31
1345
0
101
4
2
+ Addedchalk@^1.1.1
+ Addedcliui@^3.1.0
+ Addedansi-styles@2.2.1(transitive)
+ Addedchalk@1.1.3(transitive)
+ Addedescape-string-regexp@1.0.5(transitive)
+ Addedhas-ansi@2.0.0(transitive)
+ Addedsupports-color@2.0.0(transitive)