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.1 to 1.0.2

dist/module.d.mts

4

dist/module.d.ts

@@ -31,3 +31,3 @@ import * as _nuxt_schema from '@nuxt/schema';

* @description auto import v-calendar components
* @default []
* @default '{ DatePicker: true, Calendar: true }'
*/

@@ -38,2 +38,2 @@ autoImports: VCalendarComponents;

export { ModuleOptions, VCalendarComponents, _default as default };
export { type ModuleOptions, type VCalendarComponents, _default as default };
{
"name": "@samk-dev/nuxt-vcalendar",
"version": "1.0.1",
"version": "1.0.2",
"configKey": "vcalendar",

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

import { ModuleOptions } from './module'
import type { ModuleOptions } from './module'
declare module '@nuxt/schema' {

@@ -15,2 +16,2 @@ interface NuxtConfig { ['vcalendar']?: Partial<ModuleOptions> }

export { ModuleOptions, VCalendarComponents, default } from './module'
export type { ModuleOptions, VCalendarComponents, default } from './module'
{
"name": "@samk-dev/nuxt-vcalendar",
"version": "1.0.1",
"version": "1.0.2",
"description": "Integrates V Calendar in Nuxt",

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

"@popperjs/core": "^2.11.8",
"v-calendar": "^3.1.0"
"v-calendar": "^3.1.2"
},

@@ -51,5 +51,4 @@ "devDependencies": {

"@commitlint/config-conventional": "^17.7.0",
"@nuxt/module-builder": "^0.4.0",
"@nuxt/module-builder": "^0.5.4",
"@nuxt/schema": "^3.6.5",
"@nuxt/test-utils": "^3.6.5",
"@samk-dev/eslint-config": "^1.0.5",

@@ -61,4 +60,3 @@ "@samk-dev/prettier-config": "^1.0.3",

"lint-staged": "^14.0.1",
"nuxt": "^3.7.4",
"vitest": "^0.31.4"
"nuxt": "^3.8.2"
},

@@ -65,0 +63,0 @@ "overrides": {

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