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

architect

Package Overview
Dependencies
Maintainers
3
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

architect - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

7

architect.js

@@ -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": [

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