Comparing version 0.0.1-alpha1 to 0.0.1-alpha2
@@ -86,3 +86,3 @@ var parseFnArgs = require('parse-fn-args') | ||
} else { | ||
namespace += '.' | ||
namespace += '_' | ||
} | ||
@@ -277,3 +277,3 @@ function mix (target, src, cb) { | ||
this.app.set(this.name, val) | ||
delete this.app['_eval_' + this.name] // cleanup | ||
this.app['_eval_' + this.name] = null // cleanup | ||
@@ -280,0 +280,0 @@ for (var i = 0; i < this.callbacks.length; i++) { |
{ | ||
"name": "easy-app", | ||
"version": "0.0.1alpha1", | ||
"version": "0.0.1alpha2", | ||
"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