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 5.0.1 to 6.0.0

dist/es2019/index.d.ts

7

CHANGELOG.md
# @atlaskit/util-service-support
## 6.0.0
### Major Changes
- [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) - Officially dropping IE11 support, from this version onwards there are no warranties of the package working in IE11.
For more information see: https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
## 5.0.1

@@ -4,0 +11,0 @@

2

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

@@ -8,9 +8,16 @@ "publishConfig": {

},
"repository": "https://bitbucket.org/atlassian/atlassian-frontend",
"author": "Atlassian Pty Ltd",
"license": "Apache-2.0",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"module:es2019": "dist/es2019/index.js",
"types": "dist/cjs/index.d.ts",
"atlaskit:src": "src/index.ts",
"atlassian": {
"releaseModel": "continuous"
},
"config": {
"access": "public"
},
"atlaskit:src": "src/index.ts",
"module": "dist/esm/index.js",
"main": "dist/cjs/index.js",
"types": "dist/cjs/index.d.ts",
"dependencies": {

@@ -21,16 +28,6 @@ "tslib": "^1.9.3",

},
"author": "Atlassian Pty. Ltd",
"atlaskit": {
"internal": true,
"name": "Util Service Support"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://bitbucket.org/atlassian/atlaskit-mk-2"
},
"devDependencies": {
"@atlaskit/docs": "^8.3.2",
"@atlaskit/docs": "*",
"es6-promise": "^4.0.5",
"fetch-mock": "^7.3.3",
"fetch-mock": "^8.0.0",
"sinon": "^2.2.0"

@@ -42,3 +39,8 @@ },

"private"
]
],
"techstack": {
"@atlassian/frontend": {
"tree-shaking": []
}
}
}

@@ -5,3 +5,4 @@ {

"module": "../dist/esm/serviceResources.js",
"module:es2019": "../dist/es2019/serviceResources.js",
"types": "../dist/cjs/serviceResources.d.ts"
}

@@ -5,3 +5,4 @@ {

"module": "../dist/esm/serviceUtils.js",
"module:es2019": "../dist/es2019/serviceUtils.js",
"types": "../dist/cjs/serviceUtils.d.ts"
}

@@ -5,3 +5,4 @@ {

"module": "../dist/esm/types.js",
"module:es2019": "../dist/es2019/types.js",
"types": "../dist/cjs/types.d.ts"
}
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