New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@atlaskit/range

Package Overview
Dependencies
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/range - npm Package Compare versions

Comparing version 7.1.2 to 7.1.3

6

CHANGELOG.md
# @atlaskit/range
## 7.1.3
### Patch Changes
- [`b1bdec7cce2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b1bdec7cce2) - Internal change to enforce token usage for spacing properties. There is no expected visual or behaviour change.
## 7.1.2

@@ -4,0 +10,0 @@

1

dist/cjs/styled.js

@@ -59,2 +59,3 @@ "use strict";

'::-webkit-slider-thumb': _objectSpread(_objectSpread({}, sliderThumbStyles), {}, {
// eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
marginTop: -(theme.thumb.size - theme.track.height) / 2,

@@ -61,0 +62,0 @@ WebkitAppearance: 'none'

2

dist/cjs/version.json
{
"name": "@atlaskit/range",
"version": "7.1.2",
"version": "7.1.3",
"sideEffects": false
}

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

...sliderThumbStyles,
// eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
marginTop: -(theme.thumb.size - theme.track.height) / 2,

@@ -48,0 +49,0 @@ WebkitAppearance: 'none'

{
"name": "@atlaskit/range",
"version": "7.1.2",
"version": "7.1.3",
"sideEffects": false
}

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

'::-webkit-slider-thumb': _objectSpread(_objectSpread({}, sliderThumbStyles), {}, {
// eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
marginTop: -(theme.thumb.size - theme.track.height) / 2,

@@ -53,0 +54,0 @@ WebkitAppearance: 'none'

{
"name": "@atlaskit/range",
"version": "7.1.2",
"version": "7.1.3",
"sideEffects": false
}
{
"name": "@atlaskit/range",
"version": "7.1.2",
"version": "7.1.3",
"description": "A range lets users choose an approximate value on a slider.",

@@ -84,3 +84,4 @@ "publishConfig": {

"design-tokens": [
"color"
"color",
"spacing"
],

@@ -87,0 +88,0 @@ "deprecation": "no-deprecated-imports",

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