Socket
Socket
Sign inDemoInstall

nuxt-rating

Package Overview
Dependencies
Maintainers
1
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.0.15 to 0.0.16

./dist/module.cjs

2

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

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

export type Props = {
ratingCount?: number;
ratingSize?: string;
activeColor?: string;
inactiveColor?: string;
ratingValue?: number;
ratingContent?: string;
readOnly?: boolean;
};
ratingCount?: number
ratingSize?: string
activeColor?: string
inactiveColor?: string
ratingValue?: number
ratingContent?: string
readOnly?: boolean
}
{
"name": "nuxt-rating",
"version": "0.0.15",
"version": "0.0.16",
"description": "Display or retrieve a score on a fully customisable scale.",

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

],
"scripts": {
"prepack": "nuxt-module-build",
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
"lint": "eslint .",
"test": "vitest run",
"test:watch": "vitest watch"
},
"dependencies": {
"@nuxt/kit": "^3.6.1",
"sass": "^1.63.6"
"@nuxt/kit": "^3.12.2"
},
"devDependencies": {
"@changesets/cli": "^2.27.5",
"@nuxt/devtools": "latest",
"@nuxt/eslint-config": "^0.1.1",
"@nuxt/module-builder": "^0.4.0",
"@nuxt/schema": "^3.6.1",
"@nuxt/test-utils": "^3.6.1",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@nuxt/schema": "^3.12.2",
"@nuxt/test-utils": "^3.13.1",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@testing-library/vue": "^7.0.0",
"@types/node": "^18.16.18",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/test-utils": "^2.4.0",
"changelogen": "^0.5.3",
"eslint": "^8.43.0",
"@types/node": "^18.19.36",
"@vitejs/plugin-vue": "^4.6.2",
"@vue/test-utils": "^2.4.6",
"changelogen": "^0.5.5",
"eslint": "^8.57.0",
"husky": "^9.0.11",
"jsdom": "^22.1.0",
"nuxt": "^3.6.1",
"nuxt": "^3.12.2",
"vitest": "^0.31.4"
},
"scripts": {
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
"lint": "eslint .",
"test": "vitest run",
"test:watch": "vitest watch"
}
}

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

- &nbsp; SSR Friendly.
- &nbsp; Display decimal ratings.

@@ -57,5 +58,7 @@ ## Quick Setup

```js
<NuxtRating :read-only="false" :ratingValue="1.2" />
<NuxtRating :read-only="false" :ratingValue="3.5" />
```
<img src="https://i.postimg.cc/zBwLZ85C/Sans-titre.jpg" width="128">
## Props Explanation

@@ -62,0 +65,0 @@

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