Socket
Socket
Sign inDemoInstall

snyk-resolve-deps

Package Overview
Dependencies
Maintainers
2
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

snyk-resolve-deps - npm Package Compare versions

Comparing version 4.0.1 to 4.0.2

4

lib/deps.js

@@ -133,3 +133,5 @@ module.exports = loadModules;

// completely ignore `.bin` npm helper dir
if (dir === '.bin' || dir === '.DS_Store') {
// ~ can be a symlink to node_modules itself
// (https://www.npmjs.com/package/link-tilde)
if (['.bin', '.DS_Store', '~'].indexOf(dir) >= 0) {
return null;

@@ -136,0 +138,0 @@ }

@@ -50,3 +50,3 @@ {

},
"version": "4.0.1"
"version": "4.0.2"
}
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