New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-range-slider

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-range-slider - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

8

index.js

@@ -226,2 +226,10 @@ var React = require('react/addons');

componentWillReceiveProps: function(nextProps) {
if(nextProps.value) {
this.setState({
value: valureFormat(nextProps.value, this.props.max - this.props.min)
});
}
},
componentDidMount: function () {

@@ -228,0 +236,0 @@ this.handleResize();

2

package.json
{
"name": "react-range-slider",
"version": "0.0.1",
"version": "0.0.2",
"description": "A flexible slider for reactjs.",

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

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