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

add-to-calendar-button-react

Package Overview
Dependencies
Maintainers
2
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 2.5.4 to 2.5.5

1

dist/AddToCalendarButton.d.ts

@@ -90,4 +90,5 @@ import 'add-to-calendar-button';

instance?: number;
dev?: boolean;
};
declare const AddToCalendarButton: (props: AddToCalendarButtonProps) => import("react/jsx-runtime").JSX.Element;
export default AddToCalendarButton;

5

dist/index.d.ts
import AddToCalendarButton from './AddToCalendarButton';
import type { AddToCalendarButtonProps } from './AddToCalendarButton';
export { AddToCalendarButton };
import { atcb_action } from 'add-to-calendar-button';
import type { ATCBActionEventConfig } from 'add-to-calendar-button';
export { AddToCalendarButton, atcb_action };
export type AddToCalendarButtonType = AddToCalendarButtonProps;
export type AddToCalendarActionType = ATCBActionEventConfig;
{
"name": "add-to-calendar-button-react",
"version": "2.5.4",
"version": "2.5.5",
"engines": {

@@ -66,3 +66,4 @@ "node": ">=16.18.1",

"test:coverage": "vitest --coverage",
"preview": "vite preview"
"preview": "vite preview",
"type-check": "tsc --noEmit"
},

@@ -96,4 +97,4 @@ "devDependencies": {

"dependencies": {
"add-to-calendar-button": "^2.5.5"
"add-to-calendar-button": "^2.5.6"
}
}
![Add to Calendar Button React Wrapper](https://github.com/add2cal/add-to-calendar-button-react/blob/main/assets/readme-header.png?raw=true)
![Version](https://img.shields.io/npm/v/add-to-calendar-button-react?style=for-the-badge&label=Version)
[![Parent Script Version](https://img.shields.io/badge/Parent%20Script%20Version-v2.5.4-blue?style=for-the-badge)](https://github.com/add2cal/add-to-calendar-button)
[![Parent Script Version](https://img.shields.io/badge/Parent%20Script%20Version-v2.5.6-blue?style=for-the-badge)](https://github.com/add2cal/add-to-calendar-button)
[![npm bundle size](https://img.shields.io/bundlephobia/minzip/add-to-calendar-button-react?style=for-the-badge)](https://www.npmjs.com/package/add-to-calendar-button-react)

@@ -6,0 +6,0 @@ [![npm Installations](https://img.shields.io/npm/dt/add-to-calendar-button-react?label=npm%20Installations&style=for-the-badge)](https://www.npmjs.com/package/add-to-calendar-button-react)

@@ -5,4 +5,5 @@ export const defaultProps = {

options: ['Google', 'iCal'],
timeZone: 'America/Los_Angeles',
};
export const invalidOptionsPropValue = ['Googling'];

Sorry, the diff of this file is too big to display

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