@atlaskit/util-service-support
Advanced tools
Comparing version 2.0.8 to 2.0.9
# @atlaskit/util-service-support | ||
## 2.0.9 | ||
- [patch] FS-797 Allow setting url for pubsub example and fix url-search-params import style [1c85e67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1c85e67) | ||
## 2.0.8 | ||
@@ -4,0 +7,0 @@ - [patch] Updated dependencies [1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619) |
import * as tslib_1 from "tslib"; | ||
import * as URL from 'url'; | ||
import * as URLSearchParams from 'url-search-params'; // IE, Safari, Mobile Chrome, Mobile Safari | ||
import * as USP from 'url-search-params'; // IE, Safari, Mobile Chrome, Mobile Safari | ||
import { buildCredentials, } from './types'; | ||
var URLSearchParams = USP.default || USP; | ||
var defaultRequestServiceOptions = {}; | ||
@@ -6,0 +7,0 @@ var buildUrl = function (baseUrl, path, queryParams, secOptions) { |
@@ -5,4 +5,5 @@ "use strict"; | ||
var URL = require("url"); | ||
var URLSearchParams = require("url-search-params"); // IE, Safari, Mobile Chrome, Mobile Safari | ||
var USP = require("url-search-params"); // IE, Safari, Mobile Chrome, Mobile Safari | ||
var types_1 = require("./types"); | ||
var URLSearchParams = USP.default || USP; | ||
var defaultRequestServiceOptions = {}; | ||
@@ -9,0 +10,0 @@ var buildUrl = function (baseUrl, path, queryParams, secOptions) { |
{ | ||
"name": "@atlaskit/util-service-support", | ||
"version": "2.0.7" | ||
"version": "2.0.8" | ||
} |
{ | ||
"name": "@atlaskit/util-service-support", | ||
"version": "2.0.8", | ||
"version": "2.0.9", | ||
"description": "A library of support classes for integrating React components with REST HTTP services", | ||
@@ -38,2 +38,2 @@ "config": { | ||
] | ||
} | ||
} |
import * as URL from 'url'; | ||
import * as URLSearchParams from 'url-search-params'; // IE, Safari, Mobile Chrome, Mobile Safari | ||
import * as USP from 'url-search-params'; // IE, Safari, Mobile Chrome, Mobile Safari | ||
import { | ||
@@ -11,2 +11,4 @@ KeyValues, | ||
const URLSearchParams = USP.default || USP; | ||
const defaultRequestServiceOptions: RequestServiceOptions = {}; | ||
@@ -13,0 +15,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
40707
768