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

architect

Package Overview
Dependencies
Maintainers
5
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.6 to 0.1.7

..npmignore.un~

9

architect.js

@@ -1,4 +0,3 @@

( // Module boilerplate to support node.js and AMD.
(typeof module === "object" && function (m) { module.exports = m(require('events')); }) ||
(typeof module !== "undefined" && function (m) { module.exports = m(require('events')); }) ||
(typeof define === "function" && function (m) { define(["events"], m); })

@@ -222,2 +221,6 @@ )(function (events) {

if (plugins.length) {
plugins.forEach(function(plugin) {
delete plugin.config;
});
console.error("Could not resolve dependencies of these plugins:", plugins);

@@ -339,2 +342,2 @@ console.error("Resovled services:", resolved);

});
});
{
"name": "architect",
"description": "A Simple yet powerful plugin system for node applications",
"version": "0.1.6",
"version": "0.1.7",
"author": "ajax.org B.V. <info@ajax.org>",

@@ -34,2 +34,2 @@ "contributors": [

]
}
}

Sorry, the diff of this file is not supported yet

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