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.9 to 0.1.10

8

architect.js

@@ -242,3 +242,7 @@ ( // Module boilerplate to support node.js and AMD.

} else {
tryNext(resolve(base, '..'));
var nextBase = resolve(base, '..');
if (nextBase === base)
tryNext(null);
else
tryNext(nextBase);
}

@@ -425,3 +429,3 @@ });

app.emit("plugin", plugin);
process.nextTick(startPlugins);
startPlugins();
}

@@ -428,0 +432,0 @@ }

{
"name": "architect",
"description": "A Simple yet powerful plugin system for node applications",
"version": "0.1.9",
"version": "0.1.10",
"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