Socket
Socket
Sign inDemoInstall

nuxt-rating

Package Overview
Dependencies
Maintainers
0
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nuxt-rating - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

2

dist/module.json
{
"name": "nuxt-rating",
"version": "0.1.4",
"version": "0.1.5",
"configKey": "nuxtRating",

@@ -5,0 +5,0 @@ "compatibility": {

@@ -7,2 +7,3 @@ export type NuxtRatingProps = {

inactiveColor?: string
skeletonColor?: string
ratingCount?: number

@@ -9,0 +10,0 @@ ratingContent?: number[]

@@ -5,8 +5,9 @@ export type NuxtStarProps = {

size: number | string
starId: number
starId: number | string
activeColor: string
inactiveColor: string
borderColor: string
skeletonColor?: string
borderWidth: number
roundedCorners: boolean
}
{
"name": "nuxt-rating",
"version": "0.1.4",
"version": "0.1.5",
"description": "Display or retrieve a score on a fully customisable scale.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/Aurion72/nuxt-rating#readme",

@@ -74,2 +74,3 @@ <!--

- `inactiveColor` (optional, default: "gray"): The color of the inactive rating levels.
- `skeletonColor` (optional, default: "#d8d8d8"): The color of the skeleton loader, which represents the placeholder for the stars during the loading phase.
- `ratingValue` (optional, default: 4.5): The initial rating value.

@@ -76,0 +77,0 @@ - `ratingContent` (optional, default: "[19.8, 2.2, 6.6, 43.56, 39.6, 17.16, 0, 17.16, 33, 43.56]"): The content to be displayed for each rating level, should be polygon points see https://developer.mozilla.org/fr/docs/Web/SVG/Element/polygon.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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