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

@siddhantmadhur/react-rating

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@siddhantmadhur/react-rating - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

1

dist/Rating.d.ts

@@ -10,4 +10,5 @@ import React, { SetStateAction } from "react";

readOnly?: boolean;
className?: string;
}
declare function Rating(props: RatingProps): React.JSX.Element;
export default Rating;

2

dist/Rating.js

@@ -16,3 +16,3 @@ /* eslint-disable @typescript-eslint/no-unused-vars */

setHoverValue(props.value);
}, className: "container" }, Array.apply(null, Array(props.length || 5)).map((_item, key) => (React.createElement("div", { key: key, style: {
}, className: `container ${props.className || ""}` }, Array.apply(null, Array(props.length || 5)).map((_item, key) => (React.createElement("div", { key: key, style: {
position: "relative",

@@ -19,0 +19,0 @@ color: props.color,

{
"name": "@siddhantmadhur/react-rating",
"private": false,
"version": "1.3.1",
"version": "1.3.2",
"type": "module",

@@ -6,0 +6,0 @@ "homepage": "https://github.com/SiddhantMadhur/react-rating",

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