Socket
Socket
Sign inDemoInstall

dependency-tree

Package Overview
Dependencies
Maintainers
3
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dependency-tree - npm Package Compare versions

Comparing version 10.0.7 to 10.0.8

4

index.js

@@ -189,7 +189,5 @@ 'use strict';

let i = 0;
for (const elem of deduped) {
for (const { elem, i } of Object.entries(deduped)) {
nonExistent[i] = elem;
i++;
}
}
{
"name": "dependency-tree",
"version": "10.0.7",
"version": "10.0.8",
"description": "Get the dependency tree of a module",

@@ -53,4 +53,4 @@ "main": "index.js",

"commander": "^10.0.1",
"filing-cabinet": "^4.1.5",
"precinct": "^11.0.4",
"filing-cabinet": "^4.1.6",
"precinct": "^11.0.5",
"typescript": "^5.0.4"

@@ -64,3 +64,3 @@ },

"resolve": "^1.22.3",
"sinon": "^15.0.4",
"sinon": "^15.1.0",
"xo": "^0.54.2"

@@ -67,0 +67,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