Socket
Socket
Sign inDemoInstall

rc-rate

Package Overview
Dependencies
0
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.1.0

18

lib/Star.js

@@ -48,9 +48,15 @@ 'use strict';

var onClick = this.onClick;
var disabled = this.props.disabled;
var _props2 = this.props;
var disabled = _props2.disabled;
var prefixCls = _props2.prefixCls;
return _react2.default.createElement('li', {
className: this.getClassName(),
onClick: disabled ? null : onClick,
onMouseMove: disabled ? null : onHover
});
return _react2.default.createElement(
'li',
{
className: this.getClassName(),
onClick: disabled ? null : onClick,
onMouseMove: disabled ? null : onHover
},
_react2.default.createElement('div', { className: prefixCls + '-content' })
);
}

@@ -57,0 +63,0 @@ });

{
"name": "rc-rate",
"version": "1.0.1",
"version": "1.1.0",
"description": "React Star Rate Component",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc