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

rc-slider-track-drag

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc-slider-track-drag - npm Package Compare versions

Comparing version 9.3.2 to 9.3.3

8

es/Range.js

@@ -371,3 +371,3 @@ import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";

if (nextBounds[0] < props.min || nextBounds[nextBounds.length - 1] > props.max) {
this.onChange({
this.setState({
trackDragPosition: position

@@ -378,6 +378,8 @@ });

this.onChange({
bounds: nextBounds,
this.setState({
trackDragPosition: position
});
this.onChange({
bounds: nextBounds
});
}

@@ -384,0 +386,0 @@ }, {

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

if (nextBounds[0] < props.min || nextBounds[nextBounds.length - 1] > props.max) {
this.onChange({
this.setState({
trackDragPosition: position

@@ -397,6 +397,8 @@ });

this.onChange({
bounds: nextBounds,
this.setState({
trackDragPosition: position
});
this.onChange({
bounds: nextBounds
});
}

@@ -403,0 +405,0 @@ }, {

{
"name": "rc-slider-track-drag",
"version": "9.3.2",
"version": "9.3.3",
"description": "Slider UI component for React",

@@ -5,0 +5,0 @@ "engines": {

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