New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 3.0.5 to 3.1.0

5

CHANGELOG.md
# @atlaskit/util-service-support
## 3.1.0
- [minor] [1d19234fbd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1d19234fbd):
- Enable noImplicitAny and resolve issues for elements util packages
## 3.0.5

@@ -4,0 +9,0 @@ - Updated dependencies [58b84fa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/58b84fa):

2

dist/package.json
{
"name": "@atlaskit/util-service-support",
"version": "3.0.5"
"version": "3.1.0"
}
{
"name": "@atlaskit/util-service-support",
"version": "3.0.5",
"version": "3.1.0",
"description": "A library of support classes for integrating React components with REST HTTP services",

@@ -45,2 +45,2 @@ "config": {

]
}
}

@@ -5,3 +5,3 @@ import { OnProviderChange, Provider } from './types';

implements Provider<Q, R, E, I, O> {
private lastResult: R;
private lastResult: R | undefined;
private listeners = new Set<OnProviderChange<R, E, I>>();

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

import * as URL from 'url';
import * as USP from 'url-search-params'; // IE, Safari, Mobile Chrome, Mobile Safari
import {
buildCredentials,
KeyValues,
RequestServiceOptions,
SecurityOptions,
ServiceConfig,
SecurityOptions,
buildCredentials,
} from './types';

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

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