Socket
Socket
Sign inDemoInstall

snyk-resolve-deps

Package Overview
Dependencies
Maintainers
1
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 1.1.0 to 1.1.1

.nyc_output/2520.json

2

lib/pluck.js

@@ -67,3 +67,3 @@ module.exports = pluck;

function findDependencyLeaf(acc, curr) {
if (acc.dependencies[curr]) {
if (acc.dependencies && acc.dependencies[curr]) {
return acc.dependencies[curr];

@@ -70,0 +70,0 @@ }

@@ -44,3 +44,3 @@ {

},
"version": "1.1.0"
"version": "1.1.1"
}
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