@lumino/algorithm
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -26,3 +26,4 @@ import { IterableOrArrayLike } from './iter'; | ||
* topologicSort(data); // ['a', 'b', 'c', 'd', 'e'] | ||
* ``` | ||
*/ | ||
export declare function topologicSort<T>(edges: IterableOrArrayLike<[T, T]>): T[]; |
@@ -37,2 +37,3 @@ "use strict"; | ||
* topologicSort(data); // ['a', 'b', 'c', 'd', 'e'] | ||
* ``` | ||
*/ | ||
@@ -39,0 +40,0 @@ function topologicSort(edges) { |
{ | ||
"name": "@lumino/algorithm", | ||
"version": "1.2.0", | ||
"description": "lumino Algorithms and Iterators", | ||
"homepage": "https://github.com/luminojs/lumino", | ||
"version": "1.2.1", | ||
"description": "Lumino Algorithms and Iterators", | ||
"homepage": "https://github.com/jupyterlab/lumino", | ||
"bugs": { | ||
"url": "https://github.com/luminojs/lumino/issues" | ||
"url": "https://github.com/jupyterlab/lumino/issues" | ||
}, | ||
@@ -28,5 +28,6 @@ "license": "BSD-3-Clause", | ||
"type": "git", | ||
"url": "https://github.com/luminojs/lumino.git" | ||
"url": "https://github.com/jupyterlab/lumino.git" | ||
}, | ||
"scripts": { | ||
"api": "api-extractor run --local --verbose", | ||
"build": "tsc --build", | ||
@@ -44,3 +45,3 @@ "build:test": "tsc --build tests && cd tests && webpack", | ||
"devDependencies": { | ||
"@types/chai": "^3.4.35", | ||
"@microsoft/api-extractor": "^7.6.0", | ||
"@types/mocha": "^2.2.39", | ||
@@ -63,3 +64,3 @@ "chai": "^3.5.0", | ||
}, | ||
"gitHead": "69babebb9528218bfecc3d3104a1b913d90e9f14" | ||
"gitHead": "15fff95b04349ef7247e8e2e7a5f54c61171d613" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
184936
5811
0
0