New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 1.1.1 to 1.2.0

4

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

@@ -9,3 +9,3 @@ "main": "./lib/index.js",

"postbuild": "node postbuild.js",
"prepublish": "yarn build",
"prepublish": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"

@@ -12,0 +12,0 @@ },

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

| markers | Array<number \| { start: number, end?: number, className?: string }> | No | Adds yellow indicators to the scrubber bar
| tooltip | {<br /> &emsp;enabledOnHover?: boolean;<br /> &emsp;enabledOnScrub?: boolean;<br /> &emsp;className?: string;<br /> &emsp;formatString?: (value: number) => string;<br/>} | No | Renders a tooltip while hovering/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