Socket
Socket
Sign inDemoInstall

@jupyterlab/statedb

Package Overview
Dependencies
Maintainers
23
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.2.0-alpha.0 to 2.2.0-alpha.2

1

lib/dataconnector.js

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

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

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

20

lib/index.js

@@ -6,18 +6,10 @@ "use strict";

|----------------------------------------------------------------------------*/
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);
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./dataconnector"), exports);
__exportStar(require("./interfaces"), exports);
__exportStar(require("./restorablepool"), exports);
__exportStar(require("./statedb"), exports);
__exportStar(require("./tokens"), exports);
__export(require("./dataconnector"));
__export(require("./restorablepool"));
__export(require("./statedb"));
__export(require("./tokens"));
//# sourceMappingURL=index.js.map

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

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

@@ -8,0 +7,0 @@ const properties_1 = require("@lumino/properties");

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

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

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

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

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

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

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

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

"devDependencies": {
"@jupyterlab/testutils": "^2.2.0-alpha.0",
"@jupyterlab/testutils": "^2.2.0-alpha.2",
"@types/jest": "^24.0.23",

@@ -52,4 +52,4 @@ "jest": "^25.2.3",

"ts-jest": "^25.2.1",
"typedoc": "^0.17.7",
"typescript": "~3.9.2"
"typedoc": "^0.15.4",
"typescript": "~3.7.3"
},

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

},
"gitHead": "d6772c788e019a1db5abcb2ea1b7d40d2d8916b4"
"gitHead": "9c7e07727190b625dda7575454fb7c90694f1485"
}

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