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

@atlaskit/activity-provider

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/activity-provider - npm Package Compare versions

Comparing version 2.3.6 to 2.3.7

dist/types-ts4.0/api/ActivityResource.d.ts

6

CHANGELOG.md
# @atlaskit/activity-provider
## 2.3.7
### Patch Changes
- [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
## 2.3.6

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

2

dist/cjs/version.json
{
"name": "@atlaskit/activity-provider",
"version": "2.3.6",
"version": "2.3.7",
"sideEffects": false
}
{
"name": "@atlaskit/activity-provider",
"version": "2.3.6",
"version": "2.3.7",
"sideEffects": false
}
{
"name": "@atlaskit/activity-provider",
"version": "2.3.6",
"version": "2.3.7",
"sideEffects": false
}
{
"name": "@atlaskit/activity-provider",
"version": "2.3.6",
"version": "2.3.7",
"description": "A provider to support recent activities in editor",

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

"types": "dist/types/index.d.ts",
"typesVersions": {
">=4.0 <4.5": {
"*": [
"dist/types-ts4.0/*"
]
}
},
"sideEffects": false,

@@ -38,3 +45,3 @@ "atlaskit:src": "src/index.ts",

"graphql": "^14.2.1",
"typescript": "4.3.5"
"typescript": "4.5.5"
},

@@ -41,0 +48,0 @@ "techstack": {

@@ -95,3 +95,3 @@ import { utils } from '@atlaskit/util-service-support';

}));
} catch (err) {
} catch (err: any) {
throw new ActivityError(err.reason, err.code);

@@ -98,0 +98,0 @@ }

@@ -7,3 +7,10 @@ {

"sideEffects": false,
"types": "../dist/types/types.d.ts"
"types": "../dist/types/types.d.ts",
"typesVersions": {
">=4.0 <4.5": {
"*": [
"../dist/types-ts4.0/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