@atlaskit/field-range
Advanced tools
Comparing version 7.0.6 to 7.0.7
# @atlaskit/field-range | ||
## 7.0.7 | ||
### 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. | ||
## 7.0.6 | ||
@@ -4,0 +12,0 @@ |
@@ -30,3 +30,3 @@ "use strict"; | ||
if (process.env.NODE_ENV !== 'production') { | ||
if (process.env.NODE_ENV !== 'production' && !process.env.CI) { | ||
// eslint-disable-next-line no-console | ||
@@ -33,0 +33,0 @@ console.warn('@atlaskit/field-range has been deprecated. Please use the @atlaskit/range package instead.'); |
{ | ||
"name": "@atlaskit/field-range", | ||
"version": "7.0.6", | ||
"version": "7.0.7", | ||
"sideEffects": false | ||
} |
@@ -11,3 +11,3 @@ import _classCallCheck from "@babel/runtime/helpers/classCallCheck"; | ||
if (process.env.NODE_ENV !== 'production') { | ||
if (process.env.NODE_ENV !== 'production' && !process.env.CI) { | ||
// eslint-disable-next-line no-console | ||
@@ -14,0 +14,0 @@ console.warn('@atlaskit/field-range has been deprecated. Please use the @atlaskit/range package instead.'); |
{ | ||
"name": "@atlaskit/field-range", | ||
"version": "7.0.6", | ||
"version": "7.0.7", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/field-range", | ||
"version": "7.0.6", | ||
"version": "7.0.7", | ||
"description": "Component which renders a slider and is a substitute of the native input[range] element", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
{ | ||
"name": "@atlaskit/field-range", | ||
"version": "7.0.6", | ||
"version": "7.0.7", | ||
"sideEffects": false | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
55731
0
5