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

@event-calendar/day-grid

Package Overview
Dependencies
Maintainers
1
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@event-calendar/day-grid - npm Package Compare versions

Comparing version 0.1.0-beta.4 to 0.1.0

9

index.js

@@ -405,3 +405,6 @@ import { SvelteComponent, init, safe_not_equal, element, text, attr, insert, append, set_data, detach, space, noop, destroy_each, component_subscribe, create_slot, listen, update_slot, transition_in, transition_out, run_all, set_store_value, binding_callbacks, action_destroyer, is_function, create_component, mount_component, destroy_component, group_outros, check_outros, empty } from 'svelte/internal';

listen(div, "mousedown", function () {
if (is_function(/*createMouseDownHandler*/ ctx[23](/*$_interaction*/ ctx[1], /*display*/ ctx[0]))) /*createMouseDownHandler*/ ctx[23](/*$_interaction*/ ctx[1], /*display*/ ctx[0]).apply(this, arguments);
if (is_function(/*createDragStartHandler*/ ctx[23](/*$_interaction*/ ctx[1], /*display*/ ctx[0]))) /*createDragStartHandler*/ ctx[23](/*$_interaction*/ ctx[1], /*display*/ ctx[0]).apply(this, arguments);
}),
listen(div, "touchstart", function () {
if (is_function(/*createDragStartHandler*/ ctx[23](/*$_interaction*/ ctx[1], /*display*/ ctx[0]))) /*createDragStartHandler*/ ctx[23](/*$_interaction*/ ctx[1], /*display*/ ctx[0]).apply(this, arguments);
})

@@ -499,3 +502,3 @@ ];

function createMouseDownHandler(interaction, display) {
function createDragStartHandler(interaction, display) {
return display === "auto" && interaction.drag

@@ -612,3 +615,3 @@ ? jsEvent => interaction.drag.startDayGrid(chunk.event, el, jsEvent)

createHandler,
createMouseDownHandler,
createDragStartHandler,
reposition,

@@ -615,0 +618,0 @@ chunk,

{
"name": "@event-calendar/day-grid",
"version": "0.1.0-beta.4",
"version": "0.1.0",
"title": "Event Calendar DayGrid plugin",

@@ -20,5 +20,5 @@ "description": "Full-sized event calendar with resource view",

"dependencies": {
"@event-calendar/common": "~0.1.0-beta.4",
"@event-calendar/common": "~0.1.0",
"svelte": "^3.35.0"
}
}
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