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.0 to 2.3.1

dist/types/api/ActivityResource.d.ts

8

CHANGELOG.md
# @atlaskit/activity-provider
## 2.3.1
### Patch Changes
- [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules compiler option.
This requires version 3.8 of Typescript, read more about how we handle Typescript versions here: https://atlaskit.atlassian.com/get-started
Also add `typescript` to `devDependencies` to denote version that the package was built with.
## 2.3.0

@@ -4,0 +12,0 @@

2

dist/cjs/version.json
{
"name": "@atlaskit/activity-provider",
"version": "2.2.0",
"version": "2.3.1",
"sideEffects": false
}
import ActivityResource from './api/ActivityResource';
import { ActivityProvider, ActivityItem } from './types';
import { ActivityError } from './api/error';
export { ActivityResource, ActivityProvider, ActivityItem, ActivityError };
export { ActivityResource, ActivityError };
export type { ActivityProvider, ActivityItem };
{
"name": "@atlaskit/activity-provider",
"version": "2.2.0",
"version": "2.3.1",
"sideEffects": false
}
import ActivityResource from './api/ActivityResource';
import { ActivityProvider, ActivityItem } from './types';
import { ActivityError } from './api/error';
export { ActivityResource, ActivityProvider, ActivityItem, ActivityError };
export { ActivityResource, ActivityError };
export type { ActivityProvider, ActivityItem };
{
"name": "@atlaskit/activity-provider",
"version": "2.2.0",
"version": "2.3.1",
"sideEffects": false
}
{
"name": "@atlaskit/activity-provider",
"version": "2.3.0",
"version": "2.3.1",
"description": "A provider to support recent activities in editor",

@@ -14,3 +14,3 @@ "publishConfig": {

"module:es2019": "dist/es2019/index.js",
"types": "dist/cjs/index.d.ts",
"types": "dist/types/index.d.ts",
"sideEffects": false,

@@ -28,3 +28,4 @@ "atlaskit:src": "src/index.ts",

"fetch-mock": "^8.0.0",
"graphql": "^14.2.1"
"graphql": "^14.2.1",
"typescript": "3.9.6"
},

@@ -31,0 +32,0 @@ "techstack": {

@@ -5,2 +5,3 @@ import ActivityResource from './api/ActivityResource';

export { ActivityResource, ActivityProvider, ActivityItem, ActivityError };
export { ActivityResource, ActivityError };
export type { ActivityProvider, ActivityItem };

@@ -6,3 +6,3 @@ {

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

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