Socket
Socket
Sign inDemoInstall

dockerfile_lint

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dockerfile_lint - npm Package Compare versions

Comparing version 0.2.5 to 0.2.6

2

lib/parser.js

@@ -401,3 +401,3 @@ // parser.js

// Invalid Dockerfile instruction, but allow it and move on.
console.log('Invalid Dockerfile command:', command.name);
//console.log('Invalid Dockerfile command:', command.name);
command.error = 'Invalid Command';

@@ -404,0 +404,0 @@ commandParserFn = parseString;

{
"name": "dockerfile_lint",
"version": "0.2.5",
"version": "0.2.6",
"description": "Utility for linting a docker file against accepted good practices",

@@ -5,0 +5,0 @@ "main": "index.js",

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