Cosmograph

Latest version: v0.0.47

Safety actively analyzes 723650 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

1.1.3

What's new:
* **Selecting adjacent nodes**. We've added a second argument to the `selectNodeById` and `selectNodeByIndex` API methods for selecting adjacent nodes. When it's `true`, calling those functions will also select the adjacent nodes to the specified node. The default value is `false`. This feature was implemented thanks to GoodNovember's feedback in issue 13.
* **New API method** `getAdjacentNodes`.
* **Empty selection**. You can now set an empty selection by providing an empty array to the `selectNodesByIds` and `selectNodesByIndices` API methods. If you want to reset the selection, pass `null`.

See version [1.1.0 release notes]( https://github.com/cosmograph-org/cosmos/releases/tag/1.1.0) for the latest new features announcement.

1.1.2

Fixes:
* Adding `"type":"module"` to package.json for correct library import

See version [1.1.0 release notes]( https://github.com/cosmograph-org/cosmos/releases/tag/1.1.0) for the latest new features announcement.

1.1.1

Fixes:
* https://github.com/cosmograph-org/cosmos/issues/9 `getNodePositions` returns incorrect positions
* Vulnerability detected in d3-color

See version [1.1.0 release notes]( https://github.com/cosmograph-org/cosmos/releases/tag/1.1.0) for the latest new features announcement.

1.1.0

Cosmos 1.1.0 introduces a number of graph interactions, such as:
* Select a node or multiple nodes by their indices or ids;
* Select all nodes in a rectangular area;
* Zoom to a specific node;
* Fit the graph view to contain all the nodes.

There're three new configuration properties:
* `nodeGreyoutOpacity` and `linkGreyoutOpacity` allow you to set the opacity of non-selected nodes and links when selection is active;
* `scaleNodesOnZoom` (`true` by default) enables node scaling depending on the zoom level. This will allow to easier pick a node when you zoom in.

The `onClick` callback will now have four arguments instead of two: node, its index, position, and the corresponding event.

You can find the full list of available methods and properties in the [readme](https://github.com/cosmograph-org/cosmos/blob/main/README.md) file. We've also updated our CodeSandbox [example](https://codesandbox.io/s/cosmos-example-fmuf1x?file=/src/index.ts) to show you how to use them.

![cosmos-1 1 0-codesandbox](https://user-images.githubusercontent.com/755708/193155397-52e6dcd1-3aba-40f9-8797-774b79db5ebc.gif)

Nikita & The Cosmograph Team

1.0.0

The first public release

Page 2 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.