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.16.0 to 0.16.1

19

lib/ikernel.d.ts

@@ -1037,2 +1037,21 @@ import { IDisposable } from 'phosphor-disposable';

/**
* An `'input_request'` message on the `'stdin'` channel.
*
* See [Messaging in Jupyter](http://jupyter-client.readthedocs.org/en/latest/messaging.html#messages-on-the-stdin-router-dealer-sockets).
*/
interface IInputRequestMsg extends IStdinMessage {
content: {
[key: string]: JSONValue;
/**
* The text to show at the prompt.
*/
prompt: string;
/**
* Whether the request is for a password.
* If so, the frontend shouldn't echo input.
*/
password: boolean;
};
}
/**
* The content of an `'input_reply'` message.

@@ -1039,0 +1058,0 @@ *

2

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

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

Sorry, the diff of this file is too big to display

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