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

graph-data-structure

Package Overview
Dependencies
Maintainers
1
Versions
38
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 1.1.0 to 1.2.0

graph-data-structure.js

6

package.json
{
"name": "graph-data-structure",
"version": "1.1.0",
"version": "1.2.0",
"description": "A graph data structure with topological sort.",
"main": "index.js",
"browser": "graph-data-structure.js",
"scripts": {
"test": "mocha"
"test": "mocha",
"prepublishOnly": "browserify index.js -s GraphDataStructure -o graph-data-structure.js"
},

@@ -9,0 +11,0 @@ "repository": {

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