Socket
Socket
Sign inDemoInstall

@changesets/get-dependents-graph

Package Overview
Dependencies
Maintainers
4
Versions
23
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 1.3.6 to 2.0.0

dist/changesets-get-dependents-graph.cjs.d.mts

11

CHANGELOG.md
# @changesets/get-dependents-graph
## 2.0.0
### Major Changes
- [#1185](https://github.com/changesets/changesets/pull/1185) [`a971652`](https://github.com/changesets/changesets/commit/a971652ec1403aab3fb89eb2f1640bd5012b895a) Thanks [@Andarist](https://github.com/Andarist)! - `package.json#exports` have been added to limit what (and how) code might be imported from the package.
### Patch Changes
- Updated dependencies [[`a971652`](https://github.com/changesets/changesets/commit/a971652ec1403aab3fb89eb2f1640bd5012b895a)]:
- @changesets/types@6.0.0
## 1.3.6

@@ -4,0 +15,0 @@

0

dist/declarations/src/index.d.ts

@@ -0,0 +0,0 @@ import { Packages } from "@manypkg/get-packages";

20

package.json
{
"name": "@changesets/get-dependents-graph",
"version": "1.3.6",
"version": "2.0.0",
"description": "Get the graph of dependents in a monorepo",
"main": "dist/get-dependents-graph.cjs.js",
"module": "dist/get-dependents-graph.esm.js",
"main": "dist/changesets-get-dependents-graph.cjs.js",
"module": "dist/changesets-get-dependents-graph.esm.js",
"exports": {
".": {
"types": {
"import": "./dist/changesets-get-dependents-graph.cjs.mjs",
"default": "./dist/changesets-get-dependents-graph.cjs.js"
},
"module": "./dist/changesets-get-dependents-graph.esm.js",
"import": "./dist/changesets-get-dependents-graph.cjs.mjs",
"default": "./dist/changesets-get-dependents-graph.cjs.js"
},
"./package.json": "./package.json"
},
"license": "MIT",
"repository": "https://github.com/changesets/changesets/tree/main/packages/get-dependents-graph",
"dependencies": {
"@changesets/types": "^5.2.1",
"@changesets/types": "^6.0.0",
"@manypkg/get-packages": "^1.1.3",

@@ -12,0 +24,0 @@ "chalk": "^2.1.0",

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