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.2 to 6.0.3

8

CHANGELOG.md
# @atlaskit/analytics
## 6.0.3
### Patch Changes
- [patch][d905cbc0ac](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d905cbc0ac):
Adding a condition to check if the component are referenced in tests running in CI. It reduces the noise and help reading the CI log.
## 6.0.2

@@ -4,0 +12,0 @@

2

dist/cjs/AnalyticsDecorator.js

@@ -42,3 +42,3 @@ "use strict";

if (process.env.NODE_ENV !== 'production') {
if (process.env.NODE_ENV !== 'production' && !process.env.CI) {
// eslint-disable-next-line no-console

@@ -45,0 +45,0 @@ console.warn('The @atlaskit/analytics package has been deprecated. Please use the @atlaskit/analytics-next package instead.');

@@ -37,3 +37,3 @@ "use strict";

if (process.env.NODE_ENV !== 'production') {
if (process.env.NODE_ENV !== 'production' && !process.env.CI) {
// eslint-disable-next-line no-console

@@ -40,0 +40,0 @@ console.warn('The @atlaskit/analytics package has been deprecated. Please use the @atlaskit/analytics-next package instead.');

@@ -39,3 +39,3 @@ "use strict";

if (process.env.NODE_ENV !== 'production') {
if (process.env.NODE_ENV !== 'production' && !process.env.CI) {
// eslint-disable-next-line no-console

@@ -42,0 +42,0 @@ console.warn('The @atlaskit/analytics package has been deprecated. Please use the @atlaskit/analytics-next package instead.');

@@ -15,3 +15,3 @@ "use strict";

*/
if (process.env.NODE_ENV !== 'production') {
if (process.env.NODE_ENV !== 'production' && !process.env.CI) {
// eslint-disable-next-line no-console

@@ -18,0 +18,0 @@ console.warn('The @atlaskit/analytics package has been deprecated. Please use the @atlaskit/analytics-next package instead.');

{
"name": "@atlaskit/analytics",
"version": "6.0.2",
"version": "6.0.3",
"sideEffects": false
}

@@ -36,3 +36,3 @@ "use strict";

if (process.env.NODE_ENV !== 'production') {
if (process.env.NODE_ENV !== 'production' && !process.env.CI) {
// eslint-disable-next-line no-console

@@ -39,0 +39,0 @@ console.warn('The @atlaskit/analytics package has been deprecated. Please use the @atlaskit/analytics-next package instead.');

@@ -23,3 +23,3 @@ import _typeof from "@babel/runtime/helpers/typeof";

if (process.env.NODE_ENV !== 'production') {
if (process.env.NODE_ENV !== 'production' && !process.env.CI) {
// eslint-disable-next-line no-console

@@ -26,0 +26,0 @@ console.warn('The @atlaskit/analytics package has been deprecated. Please use the @atlaskit/analytics-next package instead.');

@@ -22,3 +22,3 @@ import _objectSpread from "@babel/runtime/helpers/objectSpread";

if (process.env.NODE_ENV !== 'production') {
if (process.env.NODE_ENV !== 'production' && !process.env.CI) {
// eslint-disable-next-line no-console

@@ -25,0 +25,0 @@ console.warn('The @atlaskit/analytics package has been deprecated. Please use the @atlaskit/analytics-next package instead.');

@@ -23,3 +23,3 @@ import _objectSpread from "@babel/runtime/helpers/objectSpread";

if (process.env.NODE_ENV !== 'production') {
if (process.env.NODE_ENV !== 'production' && !process.env.CI) {
// eslint-disable-next-line no-console

@@ -26,0 +26,0 @@ console.warn('The @atlaskit/analytics package has been deprecated. Please use the @atlaskit/analytics-next package instead.');

@@ -6,3 +6,3 @@ import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";

*/
if (process.env.NODE_ENV !== 'production') {
if (process.env.NODE_ENV !== 'production' && !process.env.CI) {
// eslint-disable-next-line no-console

@@ -9,0 +9,0 @@ console.warn('The @atlaskit/analytics package has been deprecated. Please use the @atlaskit/analytics-next package instead.');

{
"name": "@atlaskit/analytics",
"version": "6.0.2",
"version": "6.0.3",
"sideEffects": false
}

@@ -14,3 +14,3 @@ import _extends from "@babel/runtime/helpers/extends";

if (process.env.NODE_ENV !== 'production') {
if (process.env.NODE_ENV !== 'production' && !process.env.CI) {
// eslint-disable-next-line no-console

@@ -17,0 +17,0 @@ console.warn('The @atlaskit/analytics package has been deprecated. Please use the @atlaskit/analytics-next package instead.');

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

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

{
"name": "@atlaskit/analytics",
"version": "6.0.2",
"version": "6.0.3",
"sideEffects": false
}

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