Socket
Socket
Sign inDemoInstall

toposort-class

Package Overview
Dependencies
0
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.4 to 0.2.0

browser-test-setup.js

12

package.json
{
"name": "toposort-class",
"version": "0.1.4",
"version": "0.2.0",
"description": "Topological sort of directed acyclic graphs (like dependecy lists)",
"main": "index.js",
"main": "./toposort.js",
"devDependencies": {
"vows": "*"
"mocha": "~1.12.x",
"chai": "~1.7.x"
},
"scripts": {
"test": "vows --spec test.js"
"test": "mocha",
"pretest": "node browser-test-setup.js"
},
"repository": {
"type": "git",
"url": "https://github.com/gustavohenke/node-toposort.git"
"url": "https://github.com/gustavohenke/toposort.git"
},

@@ -16,0 +18,0 @@ "keywords": [

@@ -1,3 +0,3 @@

# Toposort [![Build Status](https://travis-ci.org/gustavohenke/node-toposort.png?branch=master)](https://travis-ci.org/gustavohenke/node-toposort)
__Sorting directed acyclic graphs__
# Toposort [![Build Status](https://travis-ci.org/gustavohenke/toposort.png?branch=master)](https://travis-ci.org/gustavohenke/toposort)
__Sorting directed acyclic graphs, for Node.js and the browser__
_This was originally done by Marcel Klehr. [Why not checkout his original repo?](https://github.com/marcelklehr/toposort)_

@@ -8,2 +8,4 @@

Or [download toposort.js](https://raw.github.com/gustavohenke/toposort/master/toposort.js) file for use in the browser.
## Example

@@ -10,0 +12,0 @@ Let's say you have the following dependency graph:

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc