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.4.0 to 2.4.1

6

CHANGELOG.md
# @atlaskit/activity-provider
## 2.4.1
### Patch Changes
- [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
## 2.4.0

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

2

dist/cjs/version.json
{
"name": "@atlaskit/activity-provider",
"version": "2.4.0",
"version": "2.4.1",
"sideEffects": false
}
{
"name": "@atlaskit/activity-provider",
"version": "2.4.0",
"version": "2.4.1",
"sideEffects": false
}
{
"name": "@atlaskit/activity-provider",
"version": "2.4.0",
"version": "2.4.1",
"sideEffects": false
}

@@ -10,5 +10,5 @@ export interface ActivityItem {

}
declare type ActivityProduct = 'JIRA' | 'JIRA_BUSINESS' | 'JIRA_SOFTWARE' | 'JIRA_OPS' | 'JIRA_SERVICE_DESK' | 'CONFLUENCE';
declare type ActivitiesContainerType = 'SITE' | 'PROJECT' | 'SPACE';
export declare type ActivityObjectType = 'ISSUE' | 'PAGE' | 'BLOGPOST';
type ActivityProduct = 'JIRA' | 'JIRA_BUSINESS' | 'JIRA_SOFTWARE' | 'JIRA_OPS' | 'JIRA_SERVICE_DESK' | 'CONFLUENCE';
type ActivitiesContainerType = 'SITE' | 'PROJECT' | 'SPACE';
export type ActivityObjectType = 'ISSUE' | 'PAGE' | 'BLOGPOST';
export interface ActivityContainer {

@@ -15,0 +15,0 @@ id: string;

{
"name": "@atlaskit/activity-provider",
"version": "2.4.0",
"version": "2.4.1",
"description": "A provider to support recent activities in editor",

@@ -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"
]
}
},
"sideEffects": false,

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

"graphql": "^14.2.1",
"typescript": "4.5.5"
"typescript": "~4.9.5"
},

@@ -53,2 +61,2 @@ "techstack": {

"prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.1"
}
}

@@ -9,5 +9,5 @@ {

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

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