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
102
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.0.1-alpha.7 to 0.0.1-beta.1

10

index.js
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, set_store_value, binding_callbacks, action_destroyer, is_function, run_all, create_component, mount_component, destroy_component, group_outros, check_outros, empty } from 'svelte/internal';
import { getContext, tick, onMount, afterUpdate, setContext } from 'svelte';
import { derived, writable } from 'svelte/store';
import { cloneDate, subtractDay, addDay, hasYScroll, sortEventChunks, setMidnight, datesEqual, action, createEventContent, toEventWithLocalDates, createDate, toLocalDate, createEventChunk } from '@event-calendar/common';
import { cloneDate, subtractDay, addDay, hasYScroll, sortEventChunks, setMidnight, datesEqual, action, toEventWithLocalDates, toViewWithLocalDates, createEventContent, createDate, toLocalDate, createEventChunk } from '@event-calendar/common';

@@ -456,6 +456,6 @@ function days(state) {

$eventDidMount({
event: chunk.event,
event: toEventWithLocalDates(chunk.event),
timeText,
el,
view: $_view
view: toViewWithLocalDates($_view)
});

@@ -474,3 +474,3 @@ }

jsEvent,
view: $_view
view: toViewWithLocalDates($_view)
});

@@ -789,3 +789,3 @@ }

jsEvent,
view: $_view
view: toViewWithLocalDates($_view)
});

@@ -792,0 +792,0 @@ }

{
"name": "@event-calendar/day-grid",
"version": "0.0.1-alpha.7",
"version": "0.0.1-beta.1",
"title": "EventCalendar DayGrid Plugin",
"description": "Full-sized event calendar with resource view",
"keywords": ["calendar", "event", "resource", "full-sized"],
"homepage": "https://vkurko.github.io/calendar/",
"repository": {
"type": "git",
"url": "https://github.com/vkurko/calendar.git",
"directory": "packages/day-grid"
},
"type": "module",

@@ -10,5 +19,5 @@ "exports": {

"dependencies": {
"@event-calendar/common": "~0.0.1-alpha.7",
"@event-calendar/common": "~0.0.1-beta.1",
"svelte": "^3.25.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