Socket
Socket
Sign inDemoInstall

@samk-dev/nuxt-vcalendar

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@samk-dev/nuxt-vcalendar - npm Package Compare versions

Comparing version 1.0.0-dev to 1.0.0

2

dist/module.json
{
"name": "@samk-dev/nuxt-vcalendar",
"version": "1.0.0-dev",
"version": "1.0.0",
"configKey": "vcalendar",

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

{
"name": "@samk-dev/nuxt-vcalendar",
"version": "1.0.0-dev",
"version": "1.0.0",
"description": "Integrates V Calendar in Nuxt",

@@ -44,3 +44,3 @@ "repository": "samk-dev/nuxt-vcalendar",

"dependencies": {
"@nuxt/kit": "^3.5.2",
"@nuxt/kit": "^3.6.5",
"@popperjs/core": "^2.11.8",

@@ -50,18 +50,14 @@ "v-calendar": "^3.0.3"

"devDependencies": {
"@commitlint/cli": "^17.6.5",
"@commitlint/config-conventional": "^17.6.5",
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.6.7",
"@nuxt/module-builder": "^0.4.0",
"@nuxt/schema": "^3.5.2",
"@nuxt/test-utils": "^3.5.1",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@types/lodash": "^4.14.195",
"@nuxt/schema": "^3.6.5",
"@nuxt/test-utils": "^3.6.5",
"@samk-dev/eslint-config": "^1.0.3",
"@samk-dev/prettier-config": "^1.0.1",
"@types/node": "^18",
"changelogen": "^0.5.3",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"changelogen": "^0.5.4",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"nuxt": "^3.5.3",
"prettier": "^2.8.8",
"lint-staged": "^13.2.3",
"nuxt": "^3.6.5",
"vitest": "^0.31.4"

@@ -68,0 +64,0 @@ },

@@ -45,4 +45,2 @@ # Nuxt VCalendar

**VCalendar does not work on ssr it should be wrapped with `<ClientOnly />`. If you have `ssr: false` it can be used without `<ClientOnly />`** _see [issue on vcalendar repository](https://github.com/nathanreyes/v-calendar/issues/823)_
```html

@@ -49,0 +47,0 @@ <script setup lang="ts">

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