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.4 to 0.0.5

3

main.js

@@ -41,3 +41,3 @@ //

cb(err,
{stat:stat, path:p});
{stat:stat, path:path.join(dir, module)});
});

@@ -101,3 +101,2 @@ });

}
// Build require'able path to extension sources

@@ -104,0 +103,0 @@ cb(null, extension);

{
"name": "strider-extension-loader",
"version": "0.0.4",
"version": "0.0.5",
"description": "Load Strider extensions",

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

@@ -62,3 +62,3 @@ var exec = require('child_process').exec,

expect(extensions).to.have.length(1);
expect(extensions).to.contain('node_modules_ext/foobar-strider/strider.json');
expect(extensions).to.contain('node_modules_ext/foobar-strider');
done();

@@ -65,0 +65,0 @@ });

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