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

@atlaskit/analytics

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/analytics - npm Package Compare versions

Comparing version 6.0.6 to 6.1.0

11

CHANGELOG.md
# @atlaskit/analytics
## 6.1.0
### Minor Changes
- [minor][c6efb2f5b6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c6efb2f5b6):
Prefix the legacy lifecycle methods with UNSAFE\_\* to avoid warning in React 16.9+
More information about the deprecation of lifecycles methods can be found here:
https://reactjs.org/blog/2018/03/29/react-v-16-3.html#component-lifecycle-changes
## 6.0.6

@@ -4,0 +15,0 @@

2

dist/cjs/version.json
{
"name": "@atlaskit/analytics",
"version": "6.0.6",
"version": "6.1.0",
"sideEffects": false
}

@@ -113,4 +113,4 @@ "use strict";

(0, _createClass2.default)(WithAnalytics, [{
key: "componentWillMount",
value: function componentWillMount() {
key: "UNSAFE_componentWillMount",
value: function UNSAFE_componentWillMount() {
this.evaluatedMap = typeof map === 'function' ? map(this.fireAnalyticsEvent) : map;

@@ -117,0 +117,0 @@ }

{
"name": "@atlaskit/analytics",
"version": "6.0.6",
"version": "6.1.0",
"sideEffects": false
}

@@ -100,4 +100,4 @@ import _extends from "@babel/runtime/helpers/extends";

_createClass(WithAnalytics, [{
key: "componentWillMount",
value: function componentWillMount() {
key: "UNSAFE_componentWillMount",
value: function UNSAFE_componentWillMount() {
this.evaluatedMap = typeof map === 'function' ? map(this.fireAnalyticsEvent) : map;

@@ -104,0 +104,0 @@ }

{
"name": "@atlaskit/analytics",
"version": "6.0.6",
"version": "6.1.0",
"description": "The Atlaskit Component Analytics Framework",

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

{
"name": "@atlaskit/analytics",
"version": "6.0.6",
"version": "6.1.0",
"sideEffects": false
}

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