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

incremental-cycle-detect

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

incremental-cycle-detect - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

9

package.json
{
"name": "incremental-cycle-detect",
"version": "0.1.0",
"version": "0.1.1",
"description": "Keeps a directed acyclic graph topologically sorted each time you add an edge or vertex to check for cycles.",

@@ -29,3 +29,3 @@ "main": "dist/main.js",

"keywords": [
"comparator"
"graph,directed graph,acyclic graph,dag,cycle,cycle detection"
],

@@ -56,3 +56,2 @@ "author": "Andre Wachsmuth",

"ts-node": "^6.0.5",
"tslib": "^1.9.1",
"tslint": "^5.10.0",

@@ -64,3 +63,5 @@ "tslint-strict-null-checks": "^1.0.1",

"homepage": "https://github.com/blutorange/js-incremental-cycle-detect#readme",
"dependencies": {}
"dependencies": {
"tslib": "^1.9.1"
}
}

@@ -126,2 +126,3 @@ Lets you add edges to a [directed acyclic graph](https://en.wikipedia.org/wiki/Directed_acyclic_graph) and be told whether this edge

- 0.1.1 Fixed package.json and dependencies (was missing tslib).
- 0.1.0 Initial version.
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