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.8 to 0.0.9

6

main.js

@@ -129,10 +129,8 @@ //

function() {
console.log("Looking for extensions under %s", extdir);
console.log("Looking for %s-type extensions under %s", type, extdir);
findExtensions(extdir, this);
},
function(err, extensions) {
console.log("%d extensions found", extensions.length);
var group = this.group();
extensions.forEach(function(ext) {
console.log("Loading extension %s", ext);
var cb = group();

@@ -149,3 +147,2 @@ loadExtension(ext, function(err, res) {

}
console.log("%d extensions loaded", loaded.length);
// now to initialize

@@ -155,3 +152,2 @@ var self = this;

if (l.ext === null || !l.ext[type]) {
console.log("Extension in %s has no valid `%s` entrypoints", l.dir, type);
return;

@@ -158,0 +154,0 @@ }

2

package.json
{
"name": "strider-extension-loader",
"version": "0.0.8",
"version": "0.0.9",
"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