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

dependencies-hierarchy

Package Overview
Dependencies
Maintainers
2
Versions
167
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dependencies-hierarchy - npm Package Compare versions

Comparing version 11.0.0 to 11.0.1

2

lib/index.js

@@ -296,3 +296,3 @@ "use strict";

name,
path: depPath ? path_1.default.join(opts.modulesDir, '.pnpm', (0, dependency_path_1.depPathToFilename)(depPath)) : path_1.default.join(opts.modulesDir, '..', opts.ref.substr(5)),
path: depPath ? path_1.default.join(opts.modulesDir, '.pnpm', (0, dependency_path_1.depPathToFilename)(depPath)) : path_1.default.join(opts.modulesDir, '..', opts.ref.slice(5)),
version,

@@ -299,0 +299,0 @@ };

{
"name": "dependencies-hierarchy",
"version": "11.0.0",
"version": "11.0.1",
"description": "Creates a dependencies hierarchy for a symlinked `node_modules`",

@@ -28,10 +28,10 @@ "main": "lib/index.js",

"dependencies": {
"@pnpm/lockfile-file": "5.0.0",
"@pnpm/lockfile-utils": "4.0.0",
"@pnpm/lockfile-file": "5.0.1",
"@pnpm/lockfile-utils": "4.0.1",
"@pnpm/modules-yaml": "10.0.0",
"@pnpm/normalize-registries": "3.0.0",
"@pnpm/read-modules-dir": "4.0.0",
"@pnpm/read-package-json": "6.0.0",
"@pnpm/read-package-json": "6.0.1",
"@pnpm/types": "8.0.0",
"dependency-path": "9.0.0",
"dependency-path": "9.1.0",
"normalize-path": "^3.0.0",

@@ -42,6 +42,6 @@ "realpath-missing": "^1.1.0",

"devDependencies": {
"@pnpm/constants": "6.0.0",
"@pnpm/constants": "6.1.0",
"@pnpm/logger": "^4.0.0",
"@types/normalize-path": "^3.0.0",
"dependencies-hierarchy": "11.0.0"
"dependencies-hierarchy": "11.0.1"
},

@@ -48,0 +48,0 @@ "funding": "https://opencollective.com/pnpm",

Sorry, the diff of this file is not supported yet

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