Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-star-rating-input

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-star-rating-input - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

10

package.json
{
"name": "react-star-rating-input",
"version": "1.0.0",
"version": "1.0.1",
"description": "React.js component for entering 0-5 stars",

@@ -9,3 +9,3 @@ "main": "index.js",

"test": "mocha tests/*.spec.js",
"build": "browserify -t brfs demo.js -o www/bundle.js"
"build": "browserify -t brfs demo.js | uglifyjs > www/bundle.js"
},

@@ -19,4 +19,7 @@ "repository": {

"component",
"react-component",
"html",
"form",
"browser",
"browserify",
"input",

@@ -43,4 +46,5 @@ "control",

"brfs": "^1.2.0",
"sinon": "^1.10.3"
"sinon": "^1.10.3",
"uglify-js": "^2.4.15"
}
}

@@ -10,3 +10,3 @@ [![Build Status](https://travis-ci.org/ikr/react-star-rating-input.svg?branch=master)](https://travis-ci.org/ikr/react-star-rating-input)

Made for [Browserify](http://browserify.org/); grafics and CSS bundled.
Made for [Browserify](http://browserify.org/); graphics and CSS bundled.

@@ -13,0 +13,0 @@ npm install --save react-star-rating-input

Sorry, the diff of this file is not supported yet

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