Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@eramux/graph-structure

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eramux/graph-structure - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

1

dist/Graph.d.ts

@@ -47,3 +47,4 @@ export declare type NodeId = string | number;

export declare class UndirectedGraph extends Graph {
protected _directed: boolean;
constructor(serialized?: Serialized);
}

2

package.json
{
"name": "@eramux/graph-structure",
"version": "0.3.1",
"version": "0.3.2",
"description": "Typescript graph structure library for common graph operations",

@@ -5,0 +5,0 @@ "main": "dist/Graph.js",

Sorry, the diff of this file is not supported yet

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