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

react-slider

Package Overview
Dependencies
Maintainers
4
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-slider - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

9

CHANGELOG.md

@@ -5,2 +5,11 @@ # Change Log

## [1.0.6](https://github.com/zillow/react-slider/compare/v1.0.5...v1.0.6) (2020-05-10)
### Bug Fixes
* prevent vertical scroll on thumb touch ([#171](https://github.com/zillow/react-slider/issues/171)) ([2f6dda3](https://github.com/zillow/react-slider/commit/2f6dda360eb814efc5e491ca8db62ac03719255a))
## [1.0.5](https://github.com/zillow/react-slider/compare/v1.0.4...v1.0.5) (2020-05-09)

@@ -7,0 +16,0 @@

1

es/components/ReactSlider/ReactSlider.js

@@ -806,2 +806,3 @@ var _jsxFileName = "/Users/brians/git/react-slider/src/components/ReactSlider/ReactSlider.jsx";

position: 'absolute',
touchAction: 'none',
willChange: this.state.index >= 0 ? this.posMinKey() : '',

@@ -808,0 +809,0 @@ zIndex: this.state.zIndices.indexOf(i) + 1

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

position: 'absolute',
touchAction: 'none',
willChange: this.state.index >= 0 ? this.posMinKey() : '',

@@ -814,0 +815,0 @@ zIndex: this.state.zIndices.indexOf(i) + 1

2

package.json
{
"name": "react-slider",
"version": "1.0.5",
"version": "1.0.6",
"description": "Slider component for React",

@@ -5,0 +5,0 @@ "main": "lib/components/ReactSlider/ReactSlider.js",

@@ -5,4 +5,6 @@ # React Slider

CSS agnostic slider component for React.
Accessible, CSS agnostic, slider component for React.
[![react-slider example](react-slider.gif)](https://zillow.github.io/react-slider/)
### Installation

@@ -9,0 +11,0 @@

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