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

@jupyterlab/services

Package Overview
Dependencies
Maintainers
7
Versions
392
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jupyterlab/services - npm Package Compare versions

Comparing version 0.50.0 to 0.50.1

dist/index.js

77

package.json
{
"name": "@jupyterlab/services",
"version": "0.50.0",
"version": "0.50.1",
"description": "Client APIs for the Jupyter services REST APIs",
"keywords": [
"jupyter",
"notebook",
"services"
],
"homepage": "https://github.com/jupyterlab/jupyterlab",
"bugs": {
"url": "https://github.com/jupyterlab/jupyterlab/issues"
},
"license": "BSD-3-Clause",
"author": "Project Jupyter",
"files": [
"lib/**/*.js",
"lib/*.js.map",
"lib/**/*.d.ts",
"lib/*.js",
"lib/*.d.ts",
"dist/*.js",
"dist/**/*.js"
],
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/jupyterlab/jupyterlab"
},
"scripts": {
"build": "npm run build:src",
"build:src": "tsc --project src",
"build:test": "tsc --project test/src",
"clean": "rimraf docs && rimraf lib && rimraf test/build && rimraf test/coverage",
"prepublishOnly": "npm run build:src && webpack",
"test": "mocha --retries 3 test/build/**/*.spec.js test/build/*.spec.js --jupyter-config-data=./test/config.json",
"test:coverage": "istanbul cover --dir test/coverage _mocha -- --retries 3 test/build/**/*.spec.js test/build/*.spec.js --jupyter-config-data=./test/config.json",
"test:debug": "mocha test/build/**/*.spec.js test/build/*.spec.js --jupyter-config-data=./test/config.json --debug-brk",
"test:devtool": "devtool node_modules/.bin/_mocha -qc test/build/**/*.spec.js test/build/*.spec.js --jupyter-config-data=./test/config.json --timeout=50000",
"test:integration": "cd test && python integration_test.py"
},
"dependencies": {
"@jupyterlab/coreutils": "^0.11.0",
"@jupyterlab/coreutils": "^0.11.1",
"@phosphor/algorithm": "^1.1.1",

@@ -29,38 +65,3 @@ "@phosphor/coreutils": "^1.2.0",

"xmlhttprequest": "^1.8.0"
},
"scripts": {
"clean": "rimraf docs && rimraf lib && rimraf test/build && rimraf test/coverage",
"build:src": "tsc --project src",
"build:test": "tsc --project test/src",
"build": "npm run build:src",
"prepublishOnly": "npm run build:src && webpack",
"test:coverage": "istanbul cover --dir test/coverage _mocha -- --retries 3 test/build/**/*.spec.js test/build/*.spec.js --jupyter-config-data=./test/config.json",
"test:integration": "cd test && python integration_test.py",
"test:devtool": "devtool node_modules/.bin/_mocha -qc test/build/**/*.spec.js test/build/*.spec.js --jupyter-config-data=./test/config.json --timeout=50000",
"test:debug": "mocha test/build/**/*.spec.js test/build/*.spec.js --jupyter-config-data=./test/config.json --debug-brk",
"test": "mocha --retries 3 test/build/**/*.spec.js test/build/*.spec.js --jupyter-config-data=./test/config.json"
},
"repository": {
"type": "git",
"url": "https://github.com/jupyterlab/jupyterlab"
},
"keywords": [
"jupyter",
"services",
"notebook"
],
"files": [
"lib/**/*.js",
"lib/**/*.d.ts",
"lib/*.js",
"lib/*.d.ts",
"dist/*.js",
"dist/**/*.js"
],
"author": "Project Jupyter",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/jupyterlab/jupyterlab/issues"
},
"homepage": "https://github.com/jupyterlab/jupyterlab"
}
}
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