Socket
Socket
Sign inDemoInstall

@jupyterlab/statedb

Package Overview
Dependencies
Maintainers
21
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 2.1.0 to 2.2.0-alpha.0

1

lib/dataconnector.js

@@ -5,2 +5,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.DataConnector = void 0;
/**

@@ -7,0 +8,0 @@ * An abstract class that adheres to the data connector interface.

22

lib/index.js
"use strict";
/*-----------------------------------------------------------------------------
/* -----------------------------------------------------------------------------
| Copyright (c) Jupyter Development Team.
| Distributed under the terms of the Modified BSD License.
|----------------------------------------------------------------------------*/
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
}
Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./dataconnector"));
__export(require("./restorablepool"));
__export(require("./statedb"));
__export(require("./tokens"));
__exportStar(require("./dataconnector"), exports);
__exportStar(require("./interfaces"), exports);
__exportStar(require("./restorablepool"), exports);
__exportStar(require("./statedb"), exports);
__exportStar(require("./tokens"), exports);
//# sourceMappingURL=index.js.map

@@ -5,2 +5,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.RestorablePool = void 0;
const coreutils_1 = require("@lumino/coreutils");

@@ -157,3 +158,3 @@ const properties_1 = require("@lumino/properties");

const values = this._objects.values();
for (let value of values) {
for (const value of values) {
if (fn(value)) {

@@ -160,0 +161,0 @@ return value;

@@ -5,2 +5,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.StateDB = void 0;
const signaling_1 = require("@lumino/signaling");

@@ -7,0 +8,0 @@ /**

@@ -5,2 +5,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.IStateDB = void 0;
const coreutils_1 = require("@lumino/coreutils");

@@ -7,0 +8,0 @@ /* tslint:disable */

{
"name": "@jupyterlab/statedb",
"version": "2.1.0",
"version": "2.2.0-alpha.0",
"description": "Package for managing state in Jupyterlab",

@@ -28,6 +28,11 @@ "homepage": "https://github.com/jupyterlab/jupyterlab",

"build": "tsc -b",
"build:test": "tsc --build tsconfig.test.json",
"clean": "rimraf lib && rimraf tsconfig.tsbuildinfo",
"docs": "typedoc src",
"prepublishOnly": "npm run build",
"watch": "tsc -b -w --listEmittedFiles"
"test": "jest",
"test:cov": "jest --collect-coverage",
"test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand",
"test:debug:watch": "node --inspect-brk node_modules/.bin/jest --runInBand --watch",
"watch": "tsc -b --watch"
},

@@ -42,5 +47,9 @@ "dependencies": {

"devDependencies": {
"@jupyterlab/testutils": "^2.2.0-alpha.0",
"@types/jest": "^24.0.23",
"jest": "^25.2.3",
"rimraf": "~3.0.0",
"typedoc": "^0.15.4",
"typescript": "~3.7.3"
"ts-jest": "^25.2.1",
"typedoc": "^0.17.7",
"typescript": "~3.9.2"
},

@@ -50,3 +59,3 @@ "publishConfig": {

},
"gitHead": "b7e30bc29e545e412ff8b62a17d7478be1552a7e"
"gitHead": "d6772c788e019a1db5abcb2ea1b7d40d2d8916b4"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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