@atlaskit/analytics
Advanced tools
Comparing version 6.0.2 to 6.0.3
# @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 @@ |
@@ -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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
87702
0
21