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

blank-container

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blank-container - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

6

lib/container.js

@@ -17,8 +17,10 @@ /*

var logger = require('bunyan').createLogger({name: 'blank-container'});
var bunyan = require('bunyan');
module.exports = function(config) {
module.exports = function(config, logger) {
logger = logger || logger.createLogger({name: 'blank-container'});
/**

@@ -25,0 +27,0 @@ * build the container

@@ -10,3 +10,3 @@ {

],
"version": "0.1.0",
"version": "0.2.0",
"license": "Artistic License 2.0",

@@ -13,0 +13,0 @@ "author": "Peter Elger (http://nearform.com/)",

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