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

@lumino/algorithm

Package Overview
Dependencies
Maintainers
3
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lumino/algorithm - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

1

lib/sort.d.ts

@@ -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) {

15

package.json
{
"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"
}
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