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 2.1.8 to 2.1.9

4

CHANGELOG.md
# @atlaskit/analytics-next
## 2.1.9
- [patch] removes requirement of children to be a single React node [53cba6b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/53cba6b)
- [none] Updated dependencies [53cba6b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/53cba6b)
## 2.1.8

@@ -4,0 +8,0 @@ - [patch] Update changelogs to remove duplicate [cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)

2

dist/cjs/AnalyticsListener.js

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

value: function render() {
return _react.Children.only(this.props.children);
return this.props.children;
}

@@ -87,0 +87,0 @@ }]);

@@ -7,3 +7,3 @@ import _toConsumableArray from 'babel-runtime/helpers/toConsumableArray';

import _inherits from 'babel-runtime/helpers/inherits';
import { Children, Component } from 'react';
import { Component } from 'react';
import PropTypes from 'prop-types';

@@ -54,3 +54,3 @@ import UIAnalyticsEvent from './UIAnalyticsEvent';

value: function render() {
return Children.only(this.props.children);
return this.props.children;
}

@@ -57,0 +57,0 @@ }]);

{
"name": "@atlaskit/analytics-next",
"version": "2.1.7",
"version": "2.1.8",
"sideEffects": false
}
{
"name": "@atlaskit/analytics-next",
"version": "2.1.8",
"version": "2.1.9",
"description": "The 🆕 Atlaskit component analytics framework",

@@ -38,2 +38,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

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