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.2.0 to 2.3.0

7

CHANGELOG.md
# @atlaskit/activity-provider
## 2.3.0
### Minor Changes
- [`903a529a3e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/903a529a3e) - Return types in activity-provider which will be used in analytics
Adds in instrumentation metrics for HyperLinkToolBar
## 2.2.0

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

1

dist/cjs/api/ActivityResource.d.ts

@@ -26,2 +26,3 @@ import { ActivityItem, ActivityProvider } from '../types';

iconUrl: string;
type: import("../types").ActivityObjectType;
viewedTimestamp: string;

@@ -28,0 +29,0 @@ }[]>;

@@ -53,2 +53,3 @@ "use strict";

iconUrl: node.object.iconUrl,
type: node.object.type,
viewedTimestamp: node.timestamp,

@@ -55,0 +56,0 @@ }); })];

@@ -7,2 +7,3 @@ export interface ActivityItem {

iconUrl: string;
type?: string;
viewedTimestamp?: string;

@@ -9,0 +10,0 @@ }

2

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

@@ -26,2 +26,3 @@ import { ActivityItem, ActivityProvider } from '../types';

iconUrl: string;
type: import("../types").ActivityObjectType;
viewedTimestamp: string;

@@ -28,0 +29,0 @@ }[]>;

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

iconUrl: node.object.iconUrl,
type: node.object.type,
viewedTimestamp: node.timestamp,

@@ -72,0 +73,0 @@ }));

@@ -7,2 +7,3 @@ export interface ActivityItem {

iconUrl: string;
type?: string;
viewedTimestamp?: string;

@@ -9,0 +10,0 @@ }

{
"name": "@atlaskit/activity-provider",
"version": "2.1.1",
"version": "2.2.0",
"sideEffects": false
}

@@ -26,2 +26,3 @@ import { ActivityItem, ActivityProvider } from '../types';

iconUrl: string;
type: import("../types").ActivityObjectType;
viewedTimestamp: string;

@@ -28,0 +29,0 @@ }[]>;

@@ -50,2 +50,3 @@ import { __assign, __awaiter, __generator } from "tslib";

iconUrl: node.object.iconUrl,
type: node.object.type,
viewedTimestamp: node.timestamp,

@@ -52,0 +53,0 @@ }); })];

@@ -7,2 +7,3 @@ export interface ActivityItem {

iconUrl: string;
type?: string;
viewedTimestamp?: string;

@@ -9,0 +10,0 @@ }

{
"name": "@atlaskit/activity-provider",
"version": "2.1.1",
"version": "2.2.0",
"sideEffects": false
}
{
"name": "@atlaskit/activity-provider",
"version": "2.2.0",
"version": "2.3.0",
"description": "A provider to support recent activities in editor",

@@ -5,0 +5,0 @@ "publishConfig": {

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

iconUrl: node.object.iconUrl,
type: node.object.type,
viewedTimestamp: node.timestamp,

@@ -91,0 +92,0 @@ }));

@@ -7,2 +7,3 @@ export interface ActivityItem {

iconUrl: string;
type?: string;
viewedTimestamp?: string;

@@ -9,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

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