rx-jupyter
Advanced tools
Comparing version 5.4.3 to 5.4.4
@@ -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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
87577
3
7
+ Added@types/ungap__url-search-params@0.1.2(transitive)
+ Added@ungap/url-search-params@0.1.4(transitive)
- Removedurl-search-params@^1.0.0
- Removedurl-search-params@1.1.0(transitive)