Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@event-calendar/core

Package Overview
Dependencies
Maintainers
1
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@event-calendar/core - npm Package Compare versions

Comparing version 0.4.0 to 0.5.0

4

package.json
{
"name": "@event-calendar/core",
"version": "0.4.0",
"version": "0.5.0",
"title": "Event Calendar Core package",

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

"dependencies": {
"@event-calendar/common": "~0.4.0",
"@event-calendar/common": "~0.5.0",
"svelte": "^3.42.4"
}
}

@@ -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)

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

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

`editable`
</td>
<td>
Boolean (`true` or `false`) or `undefined`. The value overriding the [editable](#editable) setting for this specific event
</td>
</tr>
<tr>
<td>
`startEditable`
</td>
<td>
Boolean (`true` or `false`) or `undefined`. The value overriding the [eventStartEditable](#eventstarteditable) setting for this specific event
</td>
</tr>
<tr>
<td>
`display`

@@ -1483,2 +1503,4 @@ </td>

The rendering type of the event. Can be `'auto'` or `'background'`
In addition, in your callback functions, you may get the `'ghost'` and `'preview'` for this property, which are internal values and are used to display events during drag-and-drop operations
</td>

@@ -1576,2 +1598,22 @@ </tr>

`editable`
</td>
<td>
`boolean` Overrides the master [editable](#editable) option for this single event. Default `undefined`
</td>
</tr>
<tr>
<td>
`startEditable`
</td>
<td>
`boolean` Overrides the master [eventDurationEditable](#eventstarteditable) option for this single event. Default `undefined`
</td>
</tr>
<tr>
<td>
`display`

@@ -1582,4 +1624,2 @@ </td>

`string` The rendering type of the event. Can be `'auto'` or `'background'`. Default `'auto'`
In addition, in your callback functions, you may get the `'ghost'` and `'preview'` for this property, which are internal values and are used to display events during drag-and-drop operations
</td>

@@ -1586,0 +1626,0 @@ </tr>

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