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

react-scrubber

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-scrubber - npm Package Compare versions

Comparing version 0.2.6 to 0.2.7

2

lib/index.js

@@ -134,2 +134,4 @@ "use strict";

classes.push('hover');
if (this.state.seeking)
classes.push('seeking');
if (className)

@@ -136,0 +138,0 @@ classes.push(className);

2

package.json
{
"name": "react-scrubber",
"version": "0.2.6",
"version": "0.2.7",
"description": "React scrubber component with touch controls, styling, and lots event handlers",

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

@@ -62,1 +62,2 @@ # [react-scrubber](https://nick-michael.github.io/react-scrubber/)

| onScrubChange | function | No | Called on mouse move while scrubbing
| custom props | any | No | Any other props will be applied to the outermost 'scrubber' div

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