strider-extension-loader
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -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 @@ }); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
1
14822
243