Socket
Socket
Sign inDemoInstall

rc-rate

Package Overview
Dependencies
4
Maintainers
5
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.4.1 to 2.4.2

2

es/Star.js

@@ -92,3 +92,3 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }

'aria-checked': value > index ? 'true' : 'false',
'aria-posinset': index,
'aria-posinset': index + 1,
'aria-setsize': count,

@@ -95,0 +95,0 @@ tabIndex: 0

@@ -103,3 +103,3 @@ 'use strict';

'aria-checked': value > index ? 'true' : 'false',
'aria-posinset': index,
'aria-posinset': index + 1,
'aria-setsize': count,

@@ -106,0 +106,0 @@ tabIndex: 0

{
"name": "rc-rate",
"version": "2.4.1",
"version": "2.4.2",
"description": "React Star Rate Component",

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

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