New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

add-to-calendar-button-vue

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

add-to-calendar-button-vue - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

dist/AddToCalendarButtonComponent.8932aef8.js

2

dist/atcb.js
import { defineAsyncComponent as o } from "vue";
const t = o(
() => import("./AddToCalendarButtonComponent.f4d70f5d.js")
() => import("./AddToCalendarButtonComponent.8932aef8.js")
);

@@ -5,0 +5,0 @@ export {

@@ -1,201 +0,2 @@

declare const _default: {
new (...args: any[]): {
$: import("vue").ComponentInternalInstance;
$data: {
instance: number;
};
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
proKey: StringConstructor;
name: StringConstructor;
dates: ArrayConstructor;
description: StringConstructor;
startDate: StringConstructor;
startTime: StringConstructor;
endDate: StringConstructor;
endTime: StringConstructor;
timeZone: StringConstructor;
location: StringConstructor;
status: StringConstructor;
sequence: NumberConstructor;
uid: StringConstructor;
organizer: StringConstructor;
icsFile: StringConstructor;
images: ArrayConstructor;
recurrence: StringConstructor;
recurrence_interval: NumberConstructor;
recurrence_until: StringConstructor;
recurrence_count: StringConstructor;
recurrence_byDay: StringConstructor;
recurrence_byMonth: StringConstructor;
recurrence_byMonthDay: StringConstructor;
recurrence_weekstart: StringConstructor;
availability: StringConstructor;
created: StringConstructor;
updated: StringConstructor;
identifier: StringConstructor;
subscribe: StringConstructor;
options: ArrayConstructor;
iCalFileName: StringConstructor;
listStyle: StringConstructor;
buttonStyle: StringConstructor;
trigger: StringConstructor;
icons: StringConstructor;
textLabels: StringConstructor;
background: StringConstructor;
checkmark: StringConstructor;
branding: StringConstructor;
size: StringConstructor;
label: StringConstructor;
ty: ObjectConstructor;
rsvp: ObjectConstructor;
inlineRsvp: StringConstructor;
customLabels: ObjectConstructor;
lightMode: StringConstructor;
language: StringConstructor;
richData: StringConstructor;
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
$attrs: {
[x: string]: unknown;
};
$refs: {
[x: string]: unknown;
};
$slots: Readonly<{
[name: string]: import("vue").Slot | undefined;
}>;
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
$emit: (event: string, ...args: any[]) => void;
$el: any;
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
proKey: StringConstructor;
name: StringConstructor;
dates: ArrayConstructor;
description: StringConstructor;
startDate: StringConstructor;
startTime: StringConstructor;
endDate: StringConstructor;
endTime: StringConstructor;
timeZone: StringConstructor;
location: StringConstructor;
status: StringConstructor;
sequence: NumberConstructor;
uid: StringConstructor;
organizer: StringConstructor;
icsFile: StringConstructor;
images: ArrayConstructor;
recurrence: StringConstructor;
recurrence_interval: NumberConstructor;
recurrence_until: StringConstructor;
recurrence_count: StringConstructor;
recurrence_byDay: StringConstructor;
recurrence_byMonth: StringConstructor;
recurrence_byMonthDay: StringConstructor;
recurrence_weekstart: StringConstructor;
availability: StringConstructor;
created: StringConstructor;
updated: StringConstructor;
identifier: StringConstructor;
subscribe: StringConstructor;
options: ArrayConstructor;
iCalFileName: StringConstructor;
listStyle: StringConstructor;
buttonStyle: StringConstructor;
trigger: StringConstructor;
icons: StringConstructor;
textLabels: StringConstructor;
background: StringConstructor;
checkmark: StringConstructor;
branding: StringConstructor;
size: StringConstructor;
label: StringConstructor;
ty: ObjectConstructor;
rsvp: ObjectConstructor;
inlineRsvp: StringConstructor;
customLabels: ObjectConstructor;
lightMode: StringConstructor;
language: StringConstructor;
richData: StringConstructor;
}>>, {}, {
instance: number;
}, {}, {
setStyle(): void;
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
created?: ((() => void) | (() => void)[]) | undefined;
beforeMount?: ((() => void) | (() => void)[]) | undefined;
mounted?: ((() => void) | (() => void)[]) | undefined;
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
updated?: ((() => void) | (() => void)[]) | undefined;
activated?: ((() => void) | (() => void)[]) | undefined;
deactivated?: ((() => void) | (() => void)[]) | undefined;
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
destroyed?: ((() => void) | (() => void)[]) | undefined;
unmounted?: ((() => void) | (() => void)[]) | undefined;
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
};
$forceUpdate: () => void;
$nextTick: typeof import("vue").nextTick;
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
} & Readonly<import("vue").ExtractPropTypes<{
proKey: StringConstructor;
name: StringConstructor;
dates: ArrayConstructor;
description: StringConstructor;
startDate: StringConstructor;
startTime: StringConstructor;
endDate: StringConstructor;
endTime: StringConstructor;
timeZone: StringConstructor;
location: StringConstructor;
status: StringConstructor;
sequence: NumberConstructor;
uid: StringConstructor;
organizer: StringConstructor;
icsFile: StringConstructor;
images: ArrayConstructor;
recurrence: StringConstructor;
recurrence_interval: NumberConstructor;
recurrence_until: StringConstructor;
recurrence_count: StringConstructor;
recurrence_byDay: StringConstructor;
recurrence_byMonth: StringConstructor;
recurrence_byMonthDay: StringConstructor;
recurrence_weekstart: StringConstructor;
availability: StringConstructor;
created: StringConstructor;
updated: StringConstructor;
identifier: StringConstructor;
subscribe: StringConstructor;
options: ArrayConstructor;
iCalFileName: StringConstructor;
listStyle: StringConstructor;
buttonStyle: StringConstructor;
trigger: StringConstructor;
icons: StringConstructor;
textLabels: StringConstructor;
background: StringConstructor;
checkmark: StringConstructor;
branding: StringConstructor;
size: StringConstructor;
label: StringConstructor;
ty: ObjectConstructor;
rsvp: ObjectConstructor;
inlineRsvp: StringConstructor;
customLabels: ObjectConstructor;
lightMode: StringConstructor;
language: StringConstructor;
richData: StringConstructor;
}>> & import("vue").ShallowUnwrapRef<{}> & {
instance: number;
} & {} & {
setStyle(): void;
} & import("vue").ComponentCustomProperties & {};
__isFragment?: undefined;
__isTeleport?: undefined;
__isSuspense?: undefined;
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
declare const _default: import("vue").DefineComponent<{
proKey: StringConstructor;

@@ -237,2 +38,3 @@ name: StringConstructor;

textLabels: StringConstructor;
buttonsList: StringConstructor;
background: StringConstructor;

@@ -247,10 +49,64 @@ checkmark: StringConstructor;

customLabels: ObjectConstructor;
customCss: StringConstructor;
lightMode: StringConstructor;
language: StringConstructor;
richData: StringConstructor;
}>>, {}, {
bypassWebViewCheck: StringConstructor;
}, {}, {
instance: number;
}, {}, {
setStyle(): void;
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
proKey: StringConstructor;
name: StringConstructor;
dates: ArrayConstructor;
description: StringConstructor;
startDate: StringConstructor;
startTime: StringConstructor;
endDate: StringConstructor;
endTime: StringConstructor;
timeZone: StringConstructor;
location: StringConstructor;
status: StringConstructor;
sequence: NumberConstructor;
uid: StringConstructor;
organizer: StringConstructor;
icsFile: StringConstructor;
images: ArrayConstructor;
recurrence: StringConstructor;
recurrence_interval: NumberConstructor;
recurrence_until: StringConstructor;
recurrence_count: StringConstructor;
recurrence_byDay: StringConstructor;
recurrence_byMonth: StringConstructor;
recurrence_byMonthDay: StringConstructor;
recurrence_weekstart: StringConstructor;
availability: StringConstructor;
created: StringConstructor;
updated: StringConstructor;
identifier: StringConstructor;
subscribe: StringConstructor;
options: ArrayConstructor;
iCalFileName: StringConstructor;
listStyle: StringConstructor;
buttonStyle: StringConstructor;
trigger: StringConstructor;
icons: StringConstructor;
textLabels: StringConstructor;
buttonsList: StringConstructor;
background: StringConstructor;
checkmark: StringConstructor;
branding: StringConstructor;
size: StringConstructor;
label: StringConstructor;
ty: ObjectConstructor;
rsvp: ObjectConstructor;
inlineRsvp: StringConstructor;
customLabels: ObjectConstructor;
customCss: StringConstructor;
lightMode: StringConstructor;
language: StringConstructor;
richData: StringConstructor;
bypassWebViewCheck: StringConstructor;
}>>, {}>;
export default _default;

@@ -1,201 +0,2 @@

declare const AddToCalendarButtonComponentAsync: {
new (...args: any[]): {
$: import("vue").ComponentInternalInstance;
$data: {
instance: number;
};
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
proKey: StringConstructor;
name: StringConstructor;
dates: ArrayConstructor;
description: StringConstructor;
startDate: StringConstructor;
startTime: StringConstructor;
endDate: StringConstructor;
endTime: StringConstructor;
timeZone: StringConstructor;
location: StringConstructor;
status: StringConstructor;
sequence: NumberConstructor;
uid: StringConstructor;
organizer: StringConstructor;
icsFile: StringConstructor;
images: ArrayConstructor;
recurrence: StringConstructor;
recurrence_interval: NumberConstructor;
recurrence_until: StringConstructor;
recurrence_count: StringConstructor;
recurrence_byDay: StringConstructor;
recurrence_byMonth: StringConstructor;
recurrence_byMonthDay: StringConstructor;
recurrence_weekstart: StringConstructor;
availability: StringConstructor;
created: StringConstructor;
updated: StringConstructor;
identifier: StringConstructor;
subscribe: StringConstructor;
options: ArrayConstructor;
iCalFileName: StringConstructor;
listStyle: StringConstructor;
buttonStyle: StringConstructor;
trigger: StringConstructor;
icons: StringConstructor;
textLabels: StringConstructor;
background: StringConstructor;
checkmark: StringConstructor;
branding: StringConstructor;
size: StringConstructor;
label: StringConstructor;
ty: ObjectConstructor;
rsvp: ObjectConstructor;
inlineRsvp: StringConstructor;
customLabels: ObjectConstructor;
lightMode: StringConstructor;
language: StringConstructor;
richData: StringConstructor;
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
$attrs: {
[x: string]: unknown;
};
$refs: {
[x: string]: unknown;
};
$slots: Readonly<{
[name: string]: import("vue").Slot | undefined;
}>;
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
$emit: (event: string, ...args: any[]) => void;
$el: any;
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
proKey: StringConstructor;
name: StringConstructor;
dates: ArrayConstructor;
description: StringConstructor;
startDate: StringConstructor;
startTime: StringConstructor;
endDate: StringConstructor;
endTime: StringConstructor;
timeZone: StringConstructor;
location: StringConstructor;
status: StringConstructor;
sequence: NumberConstructor;
uid: StringConstructor;
organizer: StringConstructor;
icsFile: StringConstructor;
images: ArrayConstructor;
recurrence: StringConstructor;
recurrence_interval: NumberConstructor;
recurrence_until: StringConstructor;
recurrence_count: StringConstructor;
recurrence_byDay: StringConstructor;
recurrence_byMonth: StringConstructor;
recurrence_byMonthDay: StringConstructor;
recurrence_weekstart: StringConstructor;
availability: StringConstructor;
created: StringConstructor;
updated: StringConstructor;
identifier: StringConstructor;
subscribe: StringConstructor;
options: ArrayConstructor;
iCalFileName: StringConstructor;
listStyle: StringConstructor;
buttonStyle: StringConstructor;
trigger: StringConstructor;
icons: StringConstructor;
textLabels: StringConstructor;
background: StringConstructor;
checkmark: StringConstructor;
branding: StringConstructor;
size: StringConstructor;
label: StringConstructor;
ty: ObjectConstructor;
rsvp: ObjectConstructor;
inlineRsvp: StringConstructor;
customLabels: ObjectConstructor;
lightMode: StringConstructor;
language: StringConstructor;
richData: StringConstructor;
}>>, {}, {
instance: number;
}, {}, {
setStyle(): void;
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
created?: ((() => void) | (() => void)[]) | undefined;
beforeMount?: ((() => void) | (() => void)[]) | undefined;
mounted?: ((() => void) | (() => void)[]) | undefined;
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
updated?: ((() => void) | (() => void)[]) | undefined;
activated?: ((() => void) | (() => void)[]) | undefined;
deactivated?: ((() => void) | (() => void)[]) | undefined;
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
destroyed?: ((() => void) | (() => void)[]) | undefined;
unmounted?: ((() => void) | (() => void)[]) | undefined;
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
};
$forceUpdate: () => void;
$nextTick: typeof import("vue").nextTick;
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
} & Readonly<import("vue").ExtractPropTypes<{
proKey: StringConstructor;
name: StringConstructor;
dates: ArrayConstructor;
description: StringConstructor;
startDate: StringConstructor;
startTime: StringConstructor;
endDate: StringConstructor;
endTime: StringConstructor;
timeZone: StringConstructor;
location: StringConstructor;
status: StringConstructor;
sequence: NumberConstructor;
uid: StringConstructor;
organizer: StringConstructor;
icsFile: StringConstructor;
images: ArrayConstructor;
recurrence: StringConstructor;
recurrence_interval: NumberConstructor;
recurrence_until: StringConstructor;
recurrence_count: StringConstructor;
recurrence_byDay: StringConstructor;
recurrence_byMonth: StringConstructor;
recurrence_byMonthDay: StringConstructor;
recurrence_weekstart: StringConstructor;
availability: StringConstructor;
created: StringConstructor;
updated: StringConstructor;
identifier: StringConstructor;
subscribe: StringConstructor;
options: ArrayConstructor;
iCalFileName: StringConstructor;
listStyle: StringConstructor;
buttonStyle: StringConstructor;
trigger: StringConstructor;
icons: StringConstructor;
textLabels: StringConstructor;
background: StringConstructor;
checkmark: StringConstructor;
branding: StringConstructor;
size: StringConstructor;
label: StringConstructor;
ty: ObjectConstructor;
rsvp: ObjectConstructor;
inlineRsvp: StringConstructor;
customLabels: ObjectConstructor;
lightMode: StringConstructor;
language: StringConstructor;
richData: StringConstructor;
}>> & import("vue").ShallowUnwrapRef<{}> & {
instance: number;
} & {} & {
setStyle(): void;
} & import("vue").ComponentCustomProperties & {};
__isFragment?: undefined;
__isTeleport?: undefined;
__isSuspense?: undefined;
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
declare const AddToCalendarButtonComponentAsync: import("vue").DefineComponent<{
proKey: StringConstructor;

@@ -237,2 +38,3 @@ name: StringConstructor;

textLabels: StringConstructor;
buttonsList: StringConstructor;
background: StringConstructor;

@@ -247,10 +49,64 @@ checkmark: StringConstructor;

customLabels: ObjectConstructor;
customCss: StringConstructor;
lightMode: StringConstructor;
language: StringConstructor;
richData: StringConstructor;
}>>, {}, {
bypassWebViewCheck: StringConstructor;
}, {}, {
instance: number;
}, {}, {
setStyle(): void;
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
proKey: StringConstructor;
name: StringConstructor;
dates: ArrayConstructor;
description: StringConstructor;
startDate: StringConstructor;
startTime: StringConstructor;
endDate: StringConstructor;
endTime: StringConstructor;
timeZone: StringConstructor;
location: StringConstructor;
status: StringConstructor;
sequence: NumberConstructor;
uid: StringConstructor;
organizer: StringConstructor;
icsFile: StringConstructor;
images: ArrayConstructor;
recurrence: StringConstructor;
recurrence_interval: NumberConstructor;
recurrence_until: StringConstructor;
recurrence_count: StringConstructor;
recurrence_byDay: StringConstructor;
recurrence_byMonth: StringConstructor;
recurrence_byMonthDay: StringConstructor;
recurrence_weekstart: StringConstructor;
availability: StringConstructor;
created: StringConstructor;
updated: StringConstructor;
identifier: StringConstructor;
subscribe: StringConstructor;
options: ArrayConstructor;
iCalFileName: StringConstructor;
listStyle: StringConstructor;
buttonStyle: StringConstructor;
trigger: StringConstructor;
icons: StringConstructor;
textLabels: StringConstructor;
buttonsList: StringConstructor;
background: StringConstructor;
checkmark: StringConstructor;
branding: StringConstructor;
size: StringConstructor;
label: StringConstructor;
ty: ObjectConstructor;
rsvp: ObjectConstructor;
inlineRsvp: StringConstructor;
customLabels: ObjectConstructor;
customCss: StringConstructor;
lightMode: StringConstructor;
language: StringConstructor;
richData: StringConstructor;
bypassWebViewCheck: StringConstructor;
}>>, {}>;
export default AddToCalendarButtonComponentAsync;
{
"name": "add-to-calendar-button-vue",
"version": "1.2.2",
"version": "1.2.3",
"engines": {

@@ -65,22 +65,22 @@ "node": ">=14.20.0"

"dependencies": {
"add-to-calendar-button": "~1.18.6"
"add-to-calendar-button": "~1.18.8"
},
"devDependencies": {
"@testing-library/vue": "^6.6.1",
"@types/jest": "^29.2.1",
"@types/node": "^18.11.9",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"@types/jest": "^29.2.4",
"@types/node": "^18.11.11",
"@typescript-eslint/eslint-plugin": "^5.45.1",
"@typescript-eslint/parser": "^5.45.1",
"@vitejs/plugin-vue": "^3.2.0",
"eslint": "^8.27.0",
"eslint": "^8.29.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-commonjs": "^1.0.2",
"eslint-plugin-security": "^1.5.0",
"jsdom": "^20.0.2",
"prettier": "2.7.1",
"typescript": "^4.8.4",
"vite": "^3.2.2",
"vitest": "^0.24.5",
"vue": "^3.2.41",
"vue-tsc": "^1.0.9"
"jsdom": "^20.0.3",
"prettier": "2.8.0",
"typescript": "^4.9.3",
"vite": "^3.2.5",
"vitest": "^0.25.4",
"vue": "^3.2.45",
"vue-tsc": "^1.0.11"
},

@@ -87,0 +87,0 @@ "peerDependencies": {

![Add to Calendar Button Vue Wrapper](https://github.com/add2cal/add-to-calendar-button-vue/blob/main/assets/readme-header.png?raw=true)
![Version](https://img.shields.io/npm/v/add-to-calendar-button-vue?label=Version&style=for-the-badge)
![Parent Script Version](https://img.shields.io/badge/Parent%20Script%20Version-v1.18.5-blue?style=for-the-badge)
![Parent Script Version](https://img.shields.io/badge/Parent%20Script%20Version-v1.18.8-blue?style=for-the-badge)
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/add2cal/timezones-ical-library/npm%20publish?style=for-the-badge)](https://github.com/add2cal/timezones-ical-library/actions/workflows/npm-publish.yml)

@@ -6,0 +6,0 @@ ![npm bundle size](https://img.shields.io/bundlephobia/minzip/add-to-calendar-button-vue?style=for-the-badge)

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