Socket
Socket
Sign inDemoInstall

@changesets/get-dependents-graph

Package Overview
Dependencies
Maintainers
3
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.4 to 1.3.5

7

CHANGELOG.md
# @changesets/get-dependents-graph
## 1.3.5
### Patch Changes
- Updated dependencies [[`521205d`](https://github.com/changesets/changesets/commit/521205dc8c70fe71b181bd3c4bb7c9c6d2e721d2)]:
- @changesets/types@5.2.1
## 1.3.4

@@ -4,0 +11,0 @@

4

package.json
{
"name": "@changesets/get-dependents-graph",
"version": "1.3.4",
"version": "1.3.5",
"description": "Get the graph of dependents in a monorepo",

@@ -10,3 +10,3 @@ "main": "dist/get-dependents-graph.cjs.js",

"dependencies": {
"@changesets/types": "^5.2.0",
"@changesets/types": "^5.2.1",
"@manypkg/get-packages": "^1.1.3",

@@ -13,0 +13,0 @@ "chalk": "^2.1.0",

@@ -44,3 +44,3 @@ import { temporarilySilenceLogs } from "@changesets/test-utils";

expect(valid).toBeTruthy();
expect((console.error as any).mock.calls).toMatchInlineSnapshot(`Array []`);
expect((console.error as any).mock.calls).toMatchInlineSnapshot(`[]`);
});

@@ -77,3 +77,3 @@

expect(valid).toBeTruthy();
expect((console.error as any).mock.calls).toMatchInlineSnapshot(`Array []`);
expect((console.error as any).mock.calls).toMatchInlineSnapshot(`[]`);
});

@@ -112,10 +112,10 @@

expect((console.error as any).mock.calls).toMatchInlineSnapshot(`
Array [
Array [
"Package \\"foo\\" must depend on the current version of \\"bar\\": \\"1.0.0\\" vs \\"link:../bar\\"",
],
]
`);
[
[
"Package "foo" must depend on the current version of "bar": "1.0.0" vs "link:../bar"",
],
]
`);
})
);
});
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