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

react-ratings

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-ratings - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

CHANGELOG.md

2

package.json
{
"name": "react-ratings",
"version": "1.0.0",
"version": "1.0.1",
"description": "Ratings widget",

@@ -5,0 +5,0 @@ "main": "lib/Ratings.js",

@@ -1,4 +0,29 @@

# react-ratings ( In development )
# react-ratings
[![Build Status](https://travis-ci.org/Matt-Butler/react-ratings.svg?branch=master)](https://travis-ci.org/Matt-Butler/react-ratings)
[![NPM version](http://img.shields.io/npm/v/react-ratings.svg)](https://www.npmjs.org/package/react-ratings)
[![NPM version](http://img.shields.io/npm/v/react-ratings.svg)](https://www.npmjs.org/package/react-ratings)
React-ratings is a ratings component built using react.
## Getting Started
React-ratings is available as the `react-ratings` package on [npm](https://www.npmjs.com/package/react-ratings).
```
npm install react-ratings
or
yarn add react-ratings
```
```
import React from 'react';
import ReactDOM from 'react-dom';
import Ratings from 'react-ratings';
ReactDOM.render(<Ratings
defaultRating={2}
totalRating={5}
/>, document.getElementById('root'))
```
## [Demo](https://matt-butler.github.io/react-ratings/)
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