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 3.2.0 to 3.3.0

14

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

@@ -13,4 +13,4 @@ "files": [

"require": "./dist/index.cjs",
"default": "./dist/index.modern.js",
"types": "./dist/index.d.ts"
"types": "./dist/index.d.ts",
"default": "./dist/index.modern.js"
},

@@ -56,10 +56,10 @@ "main": "./dist/index.cjs",

"devDependencies": {
"@types/node": "18.14.0",
"@types/node": "18.15.11",
"graph-diagrams": "0.5.0",
"microbundle": "0.15.1",
"mocha": "10.2.0",
"prettier": "2.8.4",
"release-it": "15.6.0",
"typescript": "4.9.5"
"prettier": "2.8.7",
"release-it": "15.10.0",
"typescript": "5.0.3"
}
}
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