Socket
Socket
Sign inDemoInstall

@jupyterlab/statedb

Package Overview
Dependencies
Maintainers
34
Versions
270
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jupyterlab/statedb - npm Package Compare versions

Comparing version 4.0.3 to 4.0.4

4

package.json
{
"name": "@jupyterlab/statedb",
"version": "4.0.3",
"version": "4.0.4",
"description": "Package for managing state in Jupyterlab",

@@ -46,3 +46,3 @@ "homepage": "https://github.com/jupyterlab/jupyterlab",

"devDependencies": {
"@jupyterlab/testing": "^4.0.3",
"@jupyterlab/testing": "^4.0.4",
"@types/jest": "^29.2.0",

@@ -49,0 +49,0 @@ "jest": "^29.2.0",

@@ -16,4 +16,5 @@ // Copyright (c) Jupyter Development Team.

export class RestorablePool<
T extends IObservableDisposable = IObservableDisposable
> implements IObjectPool<T>, IRestorable<T>
T extends IObservableDisposable = IObservableDisposable
>
implements IObjectPool<T>, IRestorable<T>
{

@@ -20,0 +21,0 @@ /**

@@ -151,6 +151,9 @@ // Copyright (c) Jupyter Development Team.

return values.reduce((acc, val, idx) => {
acc[ids[idx]] = val;
return acc;
}, {} as { [id: string]: T });
return values.reduce(
(acc, val, idx) => {
acc[ids[idx]] = val;
return acc;
},
{} as { [id: string]: T }
);
}

@@ -157,0 +160,0 @@

Sorry, the diff of this file is not supported yet

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