Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dockerfilelint

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dockerfilelint - npm Package Compare versions

Comparing version 0.0.9 to 1.0.0

lib/cli_reporter.js

7

package.json
{
"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

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