New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.23 to 10.0.24

27

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

@@ -14,3 +14,3 @@ "main": "lib/index.js",

},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/dependencies-hierarchy",
"repository": "https://github.com/pnpm/pnpm/blob/main/packages/dependencies-hierarchy",
"keywords": [

@@ -27,12 +27,12 @@ "pnpm6",

},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/dependencies-hierarchy#readme",
"homepage": "https://github.com/pnpm/pnpm/blob/main/packages/dependencies-hierarchy#readme",
"dependencies": {
"@pnpm/lockfile-file": "4.2.6",
"@pnpm/lockfile-utils": "3.2.0",
"@pnpm/modules-yaml": "9.1.0",
"@pnpm/normalize-registries": "2.0.12",
"@pnpm/lockfile-file": "4.3.0",
"@pnpm/lockfile-utils": "3.2.1",
"@pnpm/modules-yaml": "9.1.1",
"@pnpm/normalize-registries": "2.0.13",
"@pnpm/read-modules-dir": "3.0.1",
"@pnpm/read-package-json": "5.0.10",
"@pnpm/types": "7.9.0",
"dependency-path": "8.0.10",
"@pnpm/read-package-json": "5.0.11",
"@pnpm/types": "7.10.0",
"dependency-path": "8.0.11",
"normalize-path": "^3.0.0",

@@ -46,3 +46,3 @@ "realpath-missing": "^1.1.0",

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

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

"test": "pnpm run compile && pnpm run _test",
"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"
"compile": "tsc --build && pnpm run lint --fix"
}
}

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