Socket
Socket
Sign inDemoInstall

@atlaskit/analytics-next

Package Overview
Dependencies
Maintainers
1
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/analytics-next - npm Package Compare versions

Comparing version 5.4.0 to 5.4.1

10

CHANGELOG.md
# @atlaskit/analytics-next
## 5.4.1
### Patch Changes
- [patch][1439241943](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1439241943):
Adding error boundary in media picker dropzone
## 5.4.0

@@ -19,3 +27,3 @@

// Wrapping your component with the component
class ButtonWithAnalyticsErrorBoundary etends React.Component {
class ButtonWithAnalyticsErrorBoundary extends React.Component {
handleEvent = (analyticsEvent) => {

@@ -22,0 +30,0 @@ const { payload, context } = analyticsEvent;

2

dist/cjs/version.json
{
"name": "@atlaskit/analytics-next",
"version": "5.4.0",
"version": "5.4.1",
"sideEffects": false
}
{
"name": "@atlaskit/analytics-next",
"version": "5.4.0",
"version": "5.4.1",
"sideEffects": false
}

@@ -141,3 +141,3 @@ // @flow

// Wrapping your component with the component
class ButtonWithAnalyticsErrorBoundary etends React.Component {
class ButtonWithAnalyticsErrorBoundary extends React.Component {
handleEvent = (analyticsEvent) => {

@@ -144,0 +144,0 @@ const { payload, context } = analyticsEvent;

@@ -193,2 +193,15 @@ declare module '@atlaskit/analytics-next' {

export function cleanProps(props: ObjectType): ObjectType;
/**
* AnalyticsErrorBoundary
*/
export type AnalyticsErrorBoundaryProps = {
children: React.ReactNode;
data: ObjectType;
channel: string;
};
export class AnalyticsErrorBoundary extends React.Component<
AnalyticsErrorBoundaryProps
> {}
}
{
"name": "@atlaskit/analytics-next",
"version": "5.4.0",
"version": "5.4.1",
"description": "The 🆕 Atlaskit component analytics framework",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

{
"name": "@atlaskit/analytics-next",
"version": "5.4.0",
"version": "5.4.1",
"sideEffects": false
}
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