🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

graph-typed

Package Overview
Dependencies
Maintainers
1
Versions
171
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graph-typed - npm Package Compare versions

Comparing version

to
1.37.5

4

dist/index.d.ts

@@ -8,2 +8,4 @@ /**

*/
export * from 'data-structure-typed';
export * from 'data-structure-typed/src/data-structures/graph';
export * from 'data-structure-typed/src/types/data-structures/graph';
export * from 'data-structure-typed/src/types/helpers';

@@ -38,2 +38,4 @@ "use strict";

// } from 'data-structure-typed';
__exportStar(require("data-structure-typed"), exports);
__exportStar(require("data-structure-typed/src/data-structures/graph"), exports);
__exportStar(require("data-structure-typed/src/types/data-structures/graph"), exports);
__exportStar(require("data-structure-typed/src/types/helpers"), exports);
{
"name": "graph-typed",
"version": "1.37.4",
"version": "1.37.5",
"description": "Graph. Javascript & Typescript Data Structure.",

@@ -138,4 +138,4 @@ "main": "dist/index.js",

"dependencies": {
"data-structure-typed": "^1.37.4"
"data-structure-typed": "^1.37.5"
}
}

@@ -22,2 +22,4 @@ /**

// } from 'data-structure-typed';
export * from 'data-structure-typed';
export * from 'data-structure-typed/src/data-structures/graph';
export * from 'data-structure-typed/src/types/data-structures/graph';
export * from 'data-structure-typed/src/types/helpers';