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

react-range-slider

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-range-slider - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

3

index.js

@@ -329,3 +329,3 @@ var React = require('react/addons');

// Move header
// if(this.props.disabledHeader) return;
if(this.props.disabledHeader) return;
var v = l > 0 ? finder(Math.min, this.state.value, 'value') : this.state.max;

@@ -349,2 +349,3 @@ this.setState({

// Move tailer
if(this.props.disabledTailer) return;
var v = l > 0 ? finder(Math.max, this.state.value, 'value') : this.state.min;

@@ -351,0 +352,0 @@ this.setState({

{
"name": "react-range-slider",
"version": "0.0.10",
"version": "0.0.11",
"description": "A flexible slider for reactjs.",

@@ -5,0 +5,0 @@ "main": "index.js",

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