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.4.3 to 5.4.4

2

lib/kernels.js

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

const url_join_1 = __importDefault(require("url-join"));
const url_search_params_1 = __importDefault(require("url-search-params"));
const url_search_params_1 = __importDefault(require("@ungap/url-search-params"));
const base_1 = require("./base");

@@ -13,0 +13,0 @@ /**

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

@@ -23,6 +23,7 @@ "main": "lib/index.js",

"@nteract/messaging": "^6.1.7",
"@types/ungap__url-search-params": "^0.1.0",
"@ungap/url-search-params": "^0.1.2",
"js-cookie": "^2.2.0",
"rxjs": "^6.3.3",
"url-join": "^4.0.0",
"url-search-params": "^1.0.0"
"url-join": "^4.0.0"
},

@@ -32,6 +33,5 @@ "devDependencies": {

"@types/js-cookie": "^2.2.0",
"@types/url-join": "^4.0.0",
"@types/url-search-params": "^1.0.0"
"@types/url-join": "^4.0.0"
},
"gitHead": "d95126b9a2cce5f74a989bab3665b269a16b0e41"
"gitHead": "f3fea3654283b9b1aca49797865f5e290e4958f8"
}

@@ -53,3 +53,3 @@ # rx-jupyter

You can view the reference documentation for `rx-jupyter` in the [package docs](https://packages.nteract.io/modules/rx-jupyter).
You can view the reference documentation for `rx-jupyter` in the [package docs](https://packages.nteract.io/modules/rx_jupyter).

@@ -56,0 +56,0 @@ ## Support

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

import urljoin from "url-join";
import URLSearchParams from "url-search-params";
import URLSearchParams from "@ungap/url-search-params";
import { createAJAXSettings } from "./base";

@@ -8,0 +8,0 @@

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