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

jupyter-js-services

Package Overview
Dependencies
Maintainers
2
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jupyter-js-services - npm Package Compare versions

Comparing version 0.11.3 to 0.11.4

dist/jupyter-js-services.js

10

package.json
{
"name": "jupyter-js-services",
"version": "0.11.3",
"version": "0.11.4",
"description": "Client APIs for the Jupyter services REST APIs",

@@ -19,4 +19,5 @@ "main": "lib/index.js",

"text-encoding": "^0.5.2",
"typedoc": "https://github.com/SierraSoftworks/typedoc.git#cb5aea2b218b4f773451e2818a48629ee9c5066e",
"typedoc": "^0.4.4",
"typescript": "^1.8.0",
"webpack": "^1.13.1",
"ws": "^1.0.1",

@@ -38,3 +39,3 @@ "xmlhttprequest": "^1.8.0"

"docs": "typedoc --mode file --module commonjs --excludeNotExported --target es5 --moduleResolution node --out docs/ src",
"prepublish": "npm run build",
"prepublish": "npm run build && webpack",
"test:coverage": "istanbul cover --dir test/coverage _mocha -- test/build/test*.js",

@@ -56,3 +57,4 @@ "test:integration": "cd test && python integration_test.py",

"lib/*.js",
"lib/*.d.ts"
"lib/*.d.ts",
"dist/*.js"
],

@@ -59,0 +61,0 @@ "author": "Project Jupyter",

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