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

@lumino/collections

Package Overview
Dependencies
Maintainers
7
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lumino/collections - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

23

package.json
{
"name": "@lumino/collections",
"version": "2.0.0",
"version": "2.0.1",
"description": "Lumino Generic Collections",

@@ -47,7 +47,7 @@ "homepage": "https://github.com/jupyterlab/lumino",

"dependencies": {
"@lumino/algorithm": "^2.0.0"
"@lumino/algorithm": "^2.0.1"
},
"devDependencies": {
"@lumino/buildutils": "^2.0.0",
"@microsoft/api-extractor": "^7.6.0",
"@lumino/buildutils": "^2.0.1",
"@microsoft/api-extractor": "^7.36.0",
"@rollup/plugin-commonjs": "^24.0.0",

@@ -65,12 +65,11 @@ "@rollup/plugin-node-resolve": "^15.0.1",

"mocha": "^9.0.3",
"playwright": "^1.29.0",
"postcss": "^8.4.14",
"rimraf": "^3.0.2",
"rollup": "^3.9.1",
"playwright": "^1.35.0",
"postcss": "^8.4.24",
"rimraf": "^5.0.1",
"rollup": "^3.25.1",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-sourcemaps": "^0.6.3",
"terser": "^5.7.1",
"tslib": "^2.4.0",
"typedoc": "^0.23.25",
"typescript": "~4.9.4"
"terser": "^5.18.1",
"tslib": "^2.5.3",
"typescript": "~5.1.3"
},

@@ -77,0 +76,0 @@ "publishConfig": {

@@ -10,2 +10,6 @@ // Copyright (c) Jupyter Development Team.

|----------------------------------------------------------------------------*/
/**
* @packageDocumentation
* @module collections
*/
export * from './linkedlist';

@@ -0,1 +1,5 @@

/**
* @packageDocumentation
* @module collections
*/
export * from './linkedlist';
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