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 6.2.0 to 6.2.1

tmp/api-report-tmp.d.ts

6

CHANGELOG.md
# @atlaskit/util-service-support
## 6.2.1
### Patch Changes
- [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
## 6.2.0

@@ -4,0 +10,0 @@

2

dist/cjs/version.json
{
"name": "@atlaskit/util-service-support",
"version": "6.2.0"
"version": "6.2.1"
}
{
"name": "@atlaskit/util-service-support",
"version": "6.2.0"
"version": "6.2.1"
}
{
"name": "@atlaskit/util-service-support",
"version": "6.2.0"
"version": "6.2.1"
}

@@ -5,2 +5,2 @@ import { RequestServiceOptions, ServiceConfig } from './types';

*/
export declare const requestService: <T>(serviceConfig: ServiceConfig, options?: RequestServiceOptions | undefined) => Promise<T>;
export declare const requestService: <T>(serviceConfig: ServiceConfig, options?: RequestServiceOptions) => Promise<T>;

@@ -56,3 +56,3 @@ export interface OnProviderChange<R, E, I> {

}
export declare const buildCredentials: (secOptions?: SecurityOptions | undefined) => "omit" | "include";
export declare const buildCredentials: (secOptions?: SecurityOptions) => "omit" | "include";
/**

@@ -59,0 +59,0 @@ * Returns a promise to a SecurityOptions that has just been forcibly refreshed with a

{
"name": "@atlaskit/util-service-support",
"version": "6.2.0",
"version": "6.2.1",
"description": "A library of support classes for integrating React components with REST HTTP services",

@@ -15,2 +15,10 @@ "publishConfig": {

"types": "dist/types/index.d.ts",
"typesVersions": {
">=4.5 <4.9": {
"*": [
"dist/types-ts4.5/*",
"dist/types-ts4.5/index.d.ts"
]
}
},
"atlaskit:src": "src/index.ts",

@@ -34,3 +42,3 @@ "atlassian": {

"sinon": "^2.2.0",
"typescript": "4.5.5"
"typescript": "~4.9.5"
},

@@ -37,0 +45,0 @@ "keywords": [

@@ -40,3 +40,3 @@ <!-- API Report Version: 2.3 -->

export const buildCredentials: (
secOptions?: SecurityOptions | undefined,
secOptions?: SecurityOptions,
) => 'include' | 'omit';

@@ -76,3 +76,3 @@

serviceConfig: ServiceConfig,
options?: RequestServiceOptions | undefined,
options?: RequestServiceOptions,
) => Promise<T>;

@@ -79,0 +79,0 @@

@@ -8,5 +8,5 @@ {

"typesVersions": {
">=4.0 <4.5": {
">=4.5 <4.9": {
"*": [
"../dist/types-ts4.0/serviceResources.d.ts"
"../dist/types-ts4.5/serviceResources.d.ts"
]

@@ -13,0 +13,0 @@ }

@@ -8,5 +8,5 @@ {

"typesVersions": {
">=4.0 <4.5": {
">=4.5 <4.9": {
"*": [
"../dist/types-ts4.0/serviceUtils.d.ts"
"../dist/types-ts4.5/serviceUtils.d.ts"
]

@@ -13,0 +13,0 @@ }

@@ -8,5 +8,5 @@ {

"typesVersions": {
">=4.0 <4.5": {
">=4.5 <4.9": {
"*": [
"../dist/types-ts4.0/types.d.ts"
"../dist/types-ts4.5/types.d.ts"
]

@@ -13,0 +13,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