Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@atlaskit/field-range

Package Overview
Dependencies
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/field-range - npm Package Compare versions

Comparing version 7.0.6 to 7.0.7

8

CHANGELOG.md
# @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 @@

2

dist/cjs/FieldRange.js

@@ -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

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