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.0.0 to 6.0.1

9

CHANGELOG.md
# @atlaskit/util-service-support
## 6.0.1
### Patch Changes
- [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded to TypeScript 3.9.6 and tslib to 2.0.0
Since tslib is a dependency for all our packages we recommend that products also follow this tslib upgrade
to prevent duplicates of tslib being bundled.
## 6.0.0

@@ -4,0 +13,0 @@

1

dist/cjs/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.utils = void 0;
var tslib_1 = require("tslib");

@@ -4,0 +5,0 @@ tslib_1.__exportStar(require("./types"), exports);

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.AbstractResource = void 0;
var AbstractResource = /** @class */ (function () {

@@ -4,0 +5,0 @@ function AbstractResource() {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.requestService = void 0;
var tslib_1 = require("tslib");

@@ -4,0 +5,0 @@ var URL = tslib_1.__importStar(require("url"));

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.buildCredentials = void 0;
exports.buildCredentials = function (secOptions) {

@@ -4,0 +5,0 @@ return secOptions && secOptions.omitCredentials

2

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

@@ -17,2 +17,3 @@ "publishConfig": {

"atlassian": {
"deprecatedAutoEntryPoints": true,
"releaseModel": "continuous"

@@ -24,3 +25,3 @@ },

"dependencies": {
"tslib": "^1.9.3",
"tslib": "^2.0.0",
"url": "^0.11.0",

@@ -27,0 +28,0 @@ "url-search-params": "^0.10.0"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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