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

module-grapher

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

module-grapher - npm Package Compare versions

Comparing version 0.10.0 to 0.10.1

test/test-identifier.js

6

lib/package-aware/src-resolver.js

@@ -101,8 +101,8 @@ /*

}
self.resolvePath(relativePath, module, function(err) {
self.resolvePath(relativePath, module, function(err, isDir) {
if (err) {
callback(err);
callback(err, isDir);
} else {
module.setPackage(pkg);
callback(null);
callback(null, isDir);
}

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

@@ -5,3 +5,3 @@ {

"main": "./main",
"version": "0.10.0",
"version": "0.10.1",
"dependencies": {

@@ -8,0 +8,0 @@ "async-it": ">=0.2.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