Socket
Socket
Sign inDemoInstall

react-awesome-stars-rating

Package Overview
Dependencies
8
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.5 to 0.1.6

7

dist/index.js

@@ -237,5 +237,6 @@ 'use strict';

type: 'button',
className: className,
style: _styles2.default.container
}, props),
className: className
}, props, {
style: isEdit ? _styles2.default.activeContainer : _styles2.default.inActiveContainer
}),
stars

@@ -242,0 +243,0 @@ );

@@ -7,6 +7,11 @@ 'use strict';

exports.default = {
container: {
activeContainer: {
border: 'none',
backgroundColor: '#ffffff'
},
inActiveContainer: {
border: 'none',
backgroundColor: '#ffffff',
outline: 0
}
};
{
"name": "react-awesome-stars-rating",
"version": "0.1.5",
"version": "0.1.6",
"description": "",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc