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

@atlaskit/util-service-support

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/util-service-support - npm Package Compare versions

Comparing version 2.0.8 to 2.0.9

3

CHANGELOG.md
# @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)

3

dist/es2015/serviceUtils.js
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

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