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

rx-jupyter

Package Overview
Dependencies
Maintainers
16
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rx-jupyter - npm Package Compare versions

Comparing version 5.3.3 to 5.3.4

2

lib/kernels.d.ts

@@ -43,3 +43,3 @@ import { Subject } from "rxjs";

* @param serverConfig The server configuration
* @param id The id of the kernel to interupt
* @param id The id of the kernel to interrupt
*

@@ -46,0 +46,0 @@ * @returns An Observable with the request response

@@ -61,3 +61,3 @@ "use strict";

* @param serverConfig The server configuration
* @param id The id of the kernel to interupt
* @param id The id of the kernel to interrupt
*

@@ -64,0 +64,0 @@ * @returns An Observable with the request response

@@ -5,3 +5,3 @@ import { Observable } from "rxjs";

/**
* Creates an AjaxObservable for listing avaialble kernelspecs.
* Creates an AjaxObservable for listing available kernelspecs.
*

@@ -20,4 +20,4 @@ * @param serverConfig The server configuration

*
* @returns An Observable with the request reponse
* @returns An Observable with the request response
*/
export declare const get: (serverConfig: ServerConfig, name: string) => Observable<AjaxResponse>;

@@ -6,3 +6,3 @@ "use strict";

/**
* Creates an AjaxObservable for listing avaialble kernelspecs.
* Creates an AjaxObservable for listing available kernelspecs.
*

@@ -21,3 +21,3 @@ * @param serverConfig The server configuration

*
* @returns An Observable with the request reponse
* @returns An Observable with the request response
*/

@@ -24,0 +24,0 @@ exports.get = (serverConfig, name) => ajax_1.ajax(base_1.createAJAXSettings(serverConfig, `/api/kernelspecs/${name}`, {

{
"name": "rx-jupyter",
"version": "5.3.3",
"version": "5.3.4",
"description": "RxJS 5 bindings for the Jupyter Notebook API",

@@ -22,3 +22,3 @@ "main": "lib/index.js",

"@nteract/commutable": "^7.1.4",
"@nteract/messaging": "^6.1.3",
"@nteract/messaging": "^6.1.4",
"js-cookie": "^2.2.0",

@@ -35,3 +35,3 @@ "rxjs": "^6.3.3",

},
"gitHead": "81f0f5c66e0b9ab194719cb0c09eaf7329cd623c"
"gitHead": "3054fe966bd280c9b5d3ec40e0767f756a2a0cc1"
}

@@ -74,3 +74,3 @@ import { Subject, Subscriber } from "rxjs";

* @param serverConfig The server configuration
* @param id The id of the kernel to interupt
* @param id The id of the kernel to interrupt
*

@@ -77,0 +77,0 @@ * @returns An Observable with the request response

@@ -7,3 +7,3 @@ import { Observable } from "rxjs";

/**
* Creates an AjaxObservable for listing avaialble kernelspecs.
* Creates an AjaxObservable for listing available kernelspecs.
*

@@ -24,3 +24,3 @@ * @param serverConfig The server configuration

*
* @returns An Observable with the request reponse
* @returns An Observable with the request response
*/

@@ -27,0 +27,0 @@ export const get = (

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