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

validate-dockerfile

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

validate-dockerfile - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

index.js

@@ -90,3 +90,3 @@ 'use strict';

line: currentLine
}
};
}

@@ -93,0 +93,0 @@

{
"name": "validate-dockerfile",
"version": "1.0.1",
"description": "Does some basic validation of a Dockerfile",
"version": "1.0.2",
"description": "Validates a Dockerfile",
"main": "index.js",

@@ -6,0 +6,0 @@ "scripts": {

@@ -53,3 +53,3 @@ #validate-dockerfile

Line numbers will be returned on `Missing FROM` and `Invalid instruction` errors. Line numbers are zero-based.
Line numbers will be returned on `Missing FROM`, `Bad parameters` and `Invalid instruction` errors. Line numbers are zero-based.

@@ -56,0 +56,0 @@ ##TODO

@@ -120,3 +120,3 @@ 'use strict';

result.should.not.have.property('line');
})
});
});
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