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
1
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 8.0.0 to 8.0.1

10

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

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

"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts",
"pretest": "cd fixtures && node ../../pnpm recursive install --frozen-lockfile --no-shared-workspace-lockfile --no-link-workspace-packages -f && cd ../fixtureWithLinks && node ../../pnpm/bin/pnpm.js recursive install --frozen-lockfile --link-workspace-packages --no-shared-workspace-lockfile -f && cd ..",
"pretest": "pnpm install -rf -C fixtures --frozen-lockfile --no-shared-workspace-lockfile --no-link-workspace-packages && pnpm install -rf -C fixtureWithLinks --frozen-lockfile --link-workspace-packages --no-shared-workspace-lockfile",
"test": "pnpm run tsc && pnpm run lint && ts-node test --type-check",

@@ -41,3 +41,3 @@ "prepublishOnly": "pnpm run tsc",

"@pnpm/lockfile-file": "3.0.1",
"@pnpm/lockfile-utils": "2.0.1",
"@pnpm/lockfile-utils": "2.0.2",
"@pnpm/modules-yaml": "5.0.0",

@@ -47,3 +47,3 @@ "@pnpm/read-modules-dir": "2.0.1",

"@pnpm/utils": "0.12.0",
"dependency-path": "4.0.0",
"dependency-path": "4.0.1",
"normalize-path": "3.0.0",

@@ -53,3 +53,3 @@ "resolve-link-target": "1.0.1"

"devDependencies": {
"@pnpm/constants": "link:../constants",
"@pnpm/constants": "workspace:*",
"@pnpm/logger": "3.1.0",

@@ -56,0 +56,0 @@ "dependencies-hierarchy": "link:",

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