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 10.0.22 to 10.0.23

10

package.json
{
"name": "dependencies-hierarchy",
"version": "10.0.22",
"version": "10.0.23",
"description": "Creates a dependencies hierarchy for a symlinked `node_modules`",

@@ -29,4 +29,4 @@ "main": "lib/index.js",

"@pnpm/lockfile-file": "4.2.6",
"@pnpm/lockfile-utils": "3.1.6",
"@pnpm/modules-yaml": "9.0.11",
"@pnpm/lockfile-utils": "3.2.0",
"@pnpm/modules-yaml": "9.1.0",
"@pnpm/normalize-registries": "2.0.12",

@@ -45,3 +45,3 @@ "@pnpm/read-modules-dir": "3.0.1",

"@types/normalize-path": "^3.0.0",
"dependencies-hierarchy": "10.0.22"
"dependencies-hierarchy": "10.0.23"
},

@@ -53,5 +53,5 @@ "funding": "https://opencollective.com/pnpm",

"test": "pnpm run compile && pnpm run _test",
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"
"compile": "tsc --build && pnpm run lint -- --fix"
},
"readme": "# dependencies-hierarchy\n\n> Creates a dependencies hierarchy for a symlinked \\`node_modules\\`\n\n<!--@shields('npm')-->\n[![npm version](https://img.shields.io/npm/v/dependencies-hierarchy.svg)](https://www.npmjs.com/package/dependencies-hierarchy)\n<!--/@-->\n\nA symlinked `node_modules` is created when installing using [pnpm](https://github.com/pnpm/pnpm).\n\n## Installation\n\n```\npnpm add dependencies-hierarchy\n```\n\n## License\n\nMIT\n"
}
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