Comparing version 0.0.1-alpha2 to 0.0.1-alpha3
@@ -26,2 +26,9 @@ var parseFnArgs = require('parse-fn-args') | ||
Container.prototype.use = function (plugin) { | ||
var fn = plugin | ||
arguments[0] = this | ||
fn.apply(this, arguments) | ||
return this | ||
} | ||
Container.prototype.values = {} | ||
@@ -259,3 +266,3 @@ setOwner(Container.prototype, 'values') | ||
if (err) { | ||
console.error('It seems that it happened because of exception in the task callback:') | ||
console.error('Perhaps it happened because of exception in a task callback:') | ||
err.stack ? console.error(err.stack) : console.error(String(err)) | ||
@@ -262,0 +269,0 @@ } |
{ | ||
"name": "easy-app", | ||
"version": "0.0.1alpha2", | ||
"version": "0.0.1alpha3", | ||
"description": "Container for your apps", | ||
@@ -5,0 +5,0 @@ "author": "Eldar Gabdullin <eldargab@gmail.com>", |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
6757
241