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 9.0.0 to 9.0.1

tmp/api-report-tmp.d.ts

6

CHANGELOG.md
# @atlaskit/analytics-next
## 9.0.1
### Patch Changes
- [`fbff320b423`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fbff320b423) - Move package to continuous model and to push model consumption
## 9.0.0

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

2

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

@@ -5,4 +5,3 @@ import React, { Component } from 'react';

* @deprecated
*/
// eslint-disable-next-line @repo/internal/react/no-class-components
*/ // eslint-disable-next-line @repo/internal/react/no-class-components
export default class AnalyticsErrorBoundary extends Component {

@@ -9,0 +8,0 @@ constructor(props) {

{
"name": "@atlaskit/analytics-next",
"version": "9.0.0",
"version": "9.0.1",
"sideEffects": false
}
{
"name": "@atlaskit/analytics-next",
"version": "9.0.0",
"version": "9.0.1",
"sideEffects": false
}
{
"name": "@atlaskit/analytics-next",
"version": "9.0.0",
"version": "9.0.1",
"description": "React components, HOCs and hooks to assist with tracking user activity with React components",

@@ -19,3 +19,6 @@ "publishConfig": {

"team": "UIP Frontend Observability",
"releaseModel": "scheduled",
"releaseModel": "continuous",
"productPushConsumption": [
"jira"
],
"website": {

@@ -52,3 +55,3 @@ "name": "Analytics next"

"devDependencies": {
"@atlaskit/button": "^16.5.0",
"@atlaskit/button": "^16.6.0",
"@atlaskit/docs": "*",

@@ -55,0 +58,0 @@ "@atlaskit/ssr": "*",

@@ -22,2 +22,3 @@ <!-- API Report Version: 2.3 -->

import { AnalyticsReactContextInterface } from '@atlaskit/analytics-next-stable-react-context';
import { Component } from 'react';
import { default as React_2 } from 'react';

@@ -38,7 +39,13 @@ import { ReactNode } from 'react';

// @public (undocumented)
export const AnalyticsErrorBoundary: React_2.ForwardRefExoticComponent<
Omit<AnalyticsErrorBoundaryProps, keyof WithAnalyticsEventsProps> &
React_2.RefAttributes<any>
>;
// @public @deprecated (undocumented)
export class AnalyticsErrorBoundary extends Component<
AnalyticsErrorBoundaryProps,
AnalyticsErrorBoundaryState
> {
constructor(props: AnalyticsErrorBoundaryProps);
// (undocumented)
componentDidCatch(error: Error, info?: AnalyticsErrorBoundaryErrorInfo): void;
// (undocumented)
render(): JSX.Element | null;
}

@@ -51,3 +58,3 @@ // @public (undocumented)

// @public (undocumented)
export interface AnalyticsErrorBoundaryProps extends WithAnalyticsEventsProps {
export interface AnalyticsErrorBoundaryProps {
// (undocumented)

@@ -65,2 +72,7 @@ channel: string;

// @public (undocumented)
type AnalyticsErrorBoundaryState = {
hasError: boolean;
};
// @public (undocumented)
export class AnalyticsEvent {

@@ -67,0 +79,0 @@ constructor(props: AnalyticsEventProps);

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