Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@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 1.1.8 to 1.1.9

4

CHANGELOG.md
# @atlaskit/analytics-next
## 1.1.9
- [patch] Updates flow types of withAnalyticsEvents and withAnalyticsContext HOCs [26778bc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/26778bc)
- [patch] Uses element config flow type with button deprecation warnings hoc [a9aa90a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a9aa90a)
## 1.1.8

@@ -4,0 +8,0 @@

3

dist/cjs/withAnalyticsEvents.js

@@ -98,4 +98,3 @@ 'use strict';

this.createAnalyticsEvent = function () {
var payload = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
this.createAnalyticsEvent = function (payload) {
var _context = _this2.context,

@@ -102,0 +101,0 @@ getAtlaskitAnalyticsEventHandlers = _context.getAtlaskitAnalyticsEventHandlers,

import AnalyticsEvent from './AnalyticsEvent';
import UIAnalyticsEvent from './UIAnalyticsEvent';
// Utils
// Basic events

@@ -8,0 +5,0 @@

@@ -12,3 +12,2 @@ import _extends from 'babel-runtime/helpers/extends';

export default function withAnalyticsContext() {

@@ -15,0 +14,0 @@ var defaultData = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};

@@ -56,4 +56,3 @@ import _defineProperty from 'babel-runtime/helpers/defineProperty';

this.createAnalyticsEvent = function () {
var payload = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
this.createAnalyticsEvent = function (payload) {
var _context = _this2.context,

@@ -60,0 +59,0 @@ getAtlaskitAnalyticsEventHandlers = _context.getAtlaskitAnalyticsEventHandlers,

{
"name": "@atlaskit/analytics-next",
"version": "1.1.7",
"version": "1.1.8",
"sideEffects": false
}
{
"name": "@atlaskit/analytics-next",
"version": "1.1.8",
"version": "1.1.9",
"description": "The 🆕 Atlaskit component analytics framework",

@@ -32,3 +32,3 @@ "license": "Apache-2.0",

"devDependencies": {
"@atlaskit/button": "^6.6.2",
"@atlaskit/button": "^6.6.4",
"@atlaskit/docs": "^2.5.2",

@@ -41,2 +41,2 @@ "@atlaskit/field-text": "^4.2.1",

}
}
}

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

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

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

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