🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@changesets/get-dependents-graph

Package Overview
Dependencies
Maintainers
2
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@changesets/get-dependents-graph - npm Package Compare versions

Comparing version
3.0.0-next.7
to
3.0.0-next.8
+2
-2
dist/index.mjs

@@ -122,4 +122,4 @@ import path from "node:path";

const simplifiedDependentsGraph = /* @__PURE__ */ new Map();
graph.forEach((pkgInfo, pkgName) => {
simplifiedDependentsGraph.set(pkgName, pkgInfo.dependents);
graph.forEach((info, pkgName) => {
simplifiedDependentsGraph.set(pkgName, info.dependents);
});

@@ -126,0 +126,0 @@ return simplifiedDependentsGraph;

{
"name": "@changesets/get-dependents-graph",
"version": "3.0.0-next.7",
"version": "3.0.0-next.8",
"description": "Get the graph of dependents in a monorepo",

@@ -21,3 +21,3 @@ "license": "MIT",

"semver": "^7.8.1",
"@changesets/types": "^7.0.0-next.7"
"@changesets/types": "^7.0.0-next.8"
},

@@ -24,0 +24,0 @@ "devDependencies": {