Comparing version 0.1.2 to 0.1.3
@@ -140,3 +140,3 @@ var dirname = require('path').dirname; | ||
(function startPlugins() { | ||
function startPlugins() { | ||
var plugin = sortedPlugins.shift(); | ||
@@ -169,4 +169,7 @@ if (!plugin) | ||
}); | ||
})(); | ||
} | ||
// Give createApp some time to subscribe to our "ready" event | ||
process.nextTick(startPlugins); | ||
this.destroy = function() { | ||
@@ -173,0 +176,0 @@ destructors.forEach(function(destroy) { |
{ | ||
"name": "architect", | ||
"description": "A Simple yet powerful plugin system for node applications", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"author": "ajax.org B.V. <info@ajax.org>", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20997
367
1