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

graph-data-structure

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graph-data-structure - npm Package Compare versions

Comparing version 4.1.0 to 4.2.0

10

package.json
{
"name": "graph-data-structure",
"version": "4.1.0",
"version": "4.2.0",
"description": "A graph data structure with topological sort.",

@@ -22,3 +22,3 @@ "author": "Curran Kelleher",

"module": "./dist/index.mjs",
"types": "dist/index.d.ts",
"types": "dist/index.d.cts",
"unpkg": "./dist/index.umd.js",

@@ -52,10 +52,10 @@ "exports": {

"@rollup/plugin-terser": "0.4.4",
"@types/node": "22.7.9",
"@types/node": "22.9.0",
"microbundle": "0.15.1",
"prettier": "3.3.3",
"release-it": "17.10.0",
"rollup": "4.24.0",
"rollup": "4.26.0",
"rollup-plugin-ts": "3.4.5",
"typescript": "5.6.3",
"vitest": "2.1.3"
"vitest": "2.1.5"
},

@@ -62,0 +62,0 @@ "files": [

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