New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

graphology-types

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphology-types - npm Package Compare versions

Comparing version 0.19.1 to 0.19.2

12

index.d.ts

@@ -22,8 +22,8 @@ /**

EdgeAttributes extends Attributes = Attributes
> = (
undirected: boolean,
source: string,
target: string,
attributes: EdgeAttributes
) => EdgeKey;
> = (data: {
undirected: boolean;
source: string;
target: string;
attributes: EdgeAttributes;
}) => EdgeKey;

@@ -30,0 +30,0 @@ type GraphOptions<EdgeAttributes extends Attributes = Attributes> = {

{
"name": "graphology-types",
"version": "0.19.1",
"version": "0.19.2",
"description": "TypeScript declaration for graphology.",

@@ -5,0 +5,0 @@ "main": "index.d.ts",

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