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

@event-calendar/common

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@event-calendar/common - npm Package Compare versions

Comparing version 0.12.0 to 0.13.0

2

package.json
{
"name": "@event-calendar/common",
"version": "0.12.0",
"version": "0.13.0",
"title": "Event Calendar Common package",

@@ -5,0 +5,0 @@ "description": "Full-sized drag & drop event calendar with resource view",

@@ -7,3 +7,3 @@ # Event Calendar [![](https://data.jsdelivr.com/v1/package/npm/@event-calendar/build/badge)](https://www.jsdelivr.com/package/npm/@event-calendar/build) [![npm](https://img.shields.io/npm/dm/@event-calendar/core?color=red&label=npm&style=flat-square)](https://www.npmjs.com/package/@event-calendar/core) [![Sponsor](https://img.shields.io/badge/Sponsor-$10-blue.svg?style=flat-square&logo=paypal)](https://www.paypal.me/vkurko/10usd)

* Lightweight (52kb [br](https://en.wikipedia.org/wiki/Brotli) compressed `modern` version)
* Lightweight (54kb [br](https://en.wikipedia.org/wiki/Brotli) compressed `modern` version)
* Zero-dependency (pre-built bundle)

@@ -46,6 +46,7 @@ * Used by [Bookly](https://wordpress.org/plugins/bookly-responsive-appointment-booking-tool/)

- [eventDragStop](#eventdragstop)
- [eventDrop](#eventdrop)
</td><td>
- [eventDrop](#eventdrop)
- [eventDurationEditable](#eventdurationeditable)
- [eventLongPressDelay](#eventlongpressdelay)
- [eventMouseEnter](#eventmouseenter)

@@ -71,2 +72,3 @@ - [eventMouseLeave](#eventmouseleave)

- [locale](#locale)
- [longPressDelay](#longpressdelay)
- [monthMode](#monthmode)

@@ -84,2 +86,3 @@ </td><td>

- [selectBackgroundColor](#selectbackgroundcolor)
- [selectLongPressDelay](#selectlongpressdelay)
- [selectMinDistance](#selectmindistance)

@@ -829,2 +832,10 @@ - [scrollTime](#scrolltime)

### eventLongPressDelay
- Type `integer`
- Default `undefined`
For touch devices, the amount of time (in milliseconds) the user must hold down a tap before the event becomes draggable/resizable.
If not specified, it falls back to [longPressDelay](#longpressdelay).
### eventMouseEnter

@@ -1375,2 +1386,10 @@ - Type `function`

### longPressDelay
- Type `integer`
- Default `1000`
For touch devices, the amount of time (in milliseconds) the user must hold down a tap before the event becomes draggable/resizable or the date becomes selectable.
For a more granular configuration, see [eventLongPressDelay](#eventlongpressdelay) and [selectLongPressDelay](#selectlongpressdelay).
### monthMode

@@ -1571,2 +1590,10 @@ - Type `boolean`

### selectLongPressDelay
- Type `integer`
- Default `undefined`
For touch devices, the amount of time (in milliseconds) the user must hold down a tap before the date becomes selectable.
If not specified, it falls back to [longPressDelay](#longpressdelay).
### selectMinDistance

@@ -1573,0 +1600,0 @@ - Type `integer`

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