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

@jupyterlab/statedb

Package Overview
Dependencies
Maintainers
24
Versions
275
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 3.0.0-beta.0 to 3.0.0-beta.1

34

package.json
{
"name": "@jupyterlab/statedb",
"version": "3.0.0-beta.0",
"version": "3.0.0-beta.1",
"description": "Package for managing state in Jupyterlab",

@@ -15,7 +15,2 @@ "homepage": "https://github.com/jupyterlab/jupyterlab",

"author": "Project Jupyter",
"files": [
"lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}",
"schema/*.json",
"style/**/*.{css,eot,gif,html,jpg,json,png,svg,woff2,ttf}"
],
"sideEffects": false,

@@ -27,2 +22,7 @@ "main": "lib/index.js",

},
"files": [
"lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}",
"schema/*.json",
"style/**/*.{css,eot,gif,html,jpg,json,png,svg,woff2,ttf}"
],
"scripts": {

@@ -41,15 +41,15 @@ "build": "tsc -b",

"dependencies": {
"@lumino/commands": "^1.10.1",
"@lumino/coreutils": "^1.4.3",
"@lumino/disposable": "^1.3.5",
"@lumino/properties": "^1.1.6",
"@lumino/signaling": "^1.3.5"
"@lumino/commands": "^1.11.3",
"@lumino/coreutils": "^1.5.3",
"@lumino/disposable": "^1.4.3",
"@lumino/properties": "^1.2.3",
"@lumino/signaling": "^1.4.3"
},
"devDependencies": {
"@jupyterlab/testutils": "^3.0.0-beta.0",
"@types/jest": "^24.0.23",
"jest": "^25.2.3",
"@jupyterlab/testutils": "^3.0.0-beta.1",
"@types/jest": "^26.0.10",
"jest": "^26.4.2",
"rimraf": "~3.0.0",
"ts-jest": "^25.2.1",
"typedoc": "^0.17.7",
"ts-jest": "^26.3.0",
"typedoc": "0.17.0-3",
"typescript": "~4.0.2"

@@ -60,3 +60,3 @@ },

},
"gitHead": "50bc97613c7ef43152d8a7e66a5caa92f5db03a4"
"gitHead": "3aed4a8d13df062ea22e324e22792fbb32902142"
}
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