Socket
Socket
Sign inDemoInstall

@atlaskit/analytics-next

Package Overview
Dependencies
Maintainers
1
Versions
117
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.2 to 1.1.3

3

CHANGELOG.md
# @atlaskit/analytics-next
## 1.1.3
- [patch] adds displayName to analytics HOCs [f69ccad](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f69ccad)
## 1.1.2

@@ -4,0 +7,0 @@ - [patch] Re-releasing due to potentially broken babel release [9ed0bba](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9ed0bba)

2

dist/cjs/withAnalyticsContext.js

@@ -77,3 +77,3 @@ 'use strict';

return WithAnalyticsContext;
}(_react.Component), _class.defaultProps = {
}(_react.Component), _class.displayName = 'WithAnalyticsContext(' + (WrappedComponent.displayName || WrappedComponent.name) + ')', _class.defaultProps = {
analyticsContext: {}

@@ -80,0 +80,0 @@ }, _temp;

@@ -120,3 +120,3 @@ 'use strict';

return WithAnalyticsEvents;
}(_react.Component), _class.contextTypes = {
}(_react.Component), _class.displayName = 'WithAnalyticsEvents(' + (WrappedComponent.displayName || WrappedComponent.name) + ')', _class.contextTypes = {
getAtlaskitAnalyticsEventHandlers: _propTypes2.default.func,

@@ -123,0 +123,0 @@ getAtlaskitAnalyticsContext: _propTypes2.default.func

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

return WithAnalyticsContext;
}(Component), _class.defaultProps = {
}(Component), _class.displayName = 'WithAnalyticsContext(' + (WrappedComponent.displayName || WrappedComponent.name) + ')', _class.defaultProps = {
analyticsContext: {}

@@ -48,0 +48,0 @@ }, _temp;

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

return WithAnalyticsEvents;
}(Component), _class.contextTypes = {
}(Component), _class.displayName = 'WithAnalyticsEvents(' + (WrappedComponent.displayName || WrappedComponent.name) + ')', _class.contextTypes = {
getAtlaskitAnalyticsEventHandlers: PropTypes.func,

@@ -81,0 +81,0 @@ getAtlaskitAnalyticsContext: PropTypes.func

{
"name": "@atlaskit/analytics-next",
"version": "1.1.1"
"version": "1.1.2"
}
{
"name": "@atlaskit/analytics-next",
"version": "1.1.2",
"version": "1.1.3",
"description": "The 🆕 Atlaskit component analytics framework",

@@ -39,2 +39,2 @@ "license": "Apache-2.0",

}
}
}

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc