Socket
Socket
Sign inDemoInstall

toposort-class

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

toposort-class - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

bower.json

7

package.json
{
"name": "toposort-class",
"version": "0.2.0",
"version": "0.2.1",
"description": "Topological sort of directed acyclic graphs (like dependecy lists)",

@@ -12,3 +12,3 @@ "main": "./toposort.js",

"test": "mocha",
"pretest": "node browser-test-setup.js"
"pretest": "node scripts/browser-test.js"
},

@@ -28,3 +28,4 @@ "repository": {

"dependencies",
"acyclic"
"acyclic",
"browser"
],

@@ -31,0 +32,0 @@ "author": ["Marcel Klehr <mklehr@gmx.net>", "Gustavo Henke <gustavo@injoin.com.br>"],

@@ -6,5 +6,8 @@ # Toposort [![Build Status](https://travis-ci.org/gustavohenke/toposort.png?branch=master)](https://travis-ci.org/gustavohenke/toposort)

## Installation
`npm install toposort-class`
There are a few ways for installing Toposort. Here are them:
Or [download toposort.js](https://raw.github.com/gustavohenke/toposort/master/toposort.js) file for use in the browser.
* Via NPM: `npm install toposort-class`
* Via Bower: `bower install toposort`
* Via Git: `git clone git://github.com/gustavohenke/toposort.git`
* [Direct download](https://raw.github.com/gustavohenke/toposort/master/toposort.js) for use in the browser

@@ -11,0 +14,0 @@ ## Example

Sorry, the diff of this file is not supported yet

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