Socket
Socket
Sign inDemoInstall

react-time-range-slider

Package Overview
Dependencies
8
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "react-time-range-slider",
"version": "1.0.1",
"version": "1.0.2",
"description": "",

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

@@ -14,3 +14,2 @@ # react-time-range-slider

super(props);
this.featureRef = React.createRef();
this.state = {

@@ -25,12 +24,7 @@ value: {

render() {
return(<div style={{width:"300px",margin: "20px"}}>
<div className="time-range">
<b>Start Time:</b> {this.state.value.start} <b>End Time:</b> {this.state.value.end}
</div>
<div className="time-range-slider">
<TimeRangeSlider
value={this.state.value}
onChange={(value) => this.setState({value:value})}/>
</div>
</div>);
return(
<TimeRangeSlider
value={this.state.value}
onChange={(value) => this.setState({value:value})}/>
);
}

@@ -48,4 +42,2 @@ };

See [api_formatting.md](api_formatting.md) for tips.
## Install

@@ -58,14 +50,1 @@

```
## Acknowledgments
react-time-range-slider was inspired by..
## See Also
- [`noffle/common-readme`](https://github.com/noffle/common-readme)
- ...
## License
ISC
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc