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

strider-extension-loader

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

strider-extension-loader - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

12

main.js

@@ -146,7 +146,9 @@ //

}
var initCount = 0;
// now to initialize
var self = this;
loaded.forEach(function(l) {
for (var i=0; i < loaded.length; i++) {
var l = loaded[i];
if (l.ext === null || !l.ext[type]) {
return;
continue;
}

@@ -186,8 +188,10 @@ // Keep track of which extensions are using which routes.

l.ext.worker(context, self.parallel());
initCount++;
}
if (type === 'webapp' && typeof(l.ext.webapp) === 'function') {
l.ext.webapp(context, self.parallel());
initCount++;
}
});
if (loaded.length === 0) {
}
if (initCount === 0) {
// Bit odd, but necessary.

@@ -194,0 +198,0 @@ this(null, []);

{
"name": "strider-extension-loader",
"version": "0.0.9",
"version": "0.0.10",
"description": "Load Strider extensions",

@@ -5,0 +5,0 @@ "main": "main.js",

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