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

react-range-progress

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-range-progress - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

2

package.json
{
"name": "react-range-progress",
"version": "3.0.0",
"version": "3.0.1",
"description": "Component for react to ease styling of range inputs.",

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

@@ -39,3 +39,3 @@ react-range-progress

ReactDOM.render(<FilesDemo />, document.getElementById('container'))
ReactDOM.render(<RangeDemo />, document.getElementById('container'))
```

@@ -97,3 +97,3 @@

> `fillColor` - number
> `fillColor` - color shape

@@ -104,3 +104,3 @@ Fills the track part on the left of the thumb. Defaults to white.

> `trackColor` - number
> `trackColor` - color shape

@@ -111,3 +111,3 @@ Color of the 'empty' part of the track. Defaults to white with 50% opacity.

> `thumbColor` - number
> `thumbColor` - color shape

@@ -125,2 +125,2 @@ Thumb color. Defaults to white.

MIT. Copyright (c) 2016 Jared Reich.
MIT. Copyright (c) 2016 Vincent Grafé.

@@ -117,4 +117,4 @@ import React, { PropTypes } from 'react'

}`
}}>
</style>
}}>
</style>
<div

@@ -121,0 +121,0 @@ style={{

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