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

@event-calendar/resource-time-grid

Package Overview
Dependencies
Maintainers
0
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@event-calendar/resource-time-grid - npm Package Compare versions

Comparing version 3.5.0 to 3.6.0

6

index.js

@@ -1,2 +0,2 @@

import { setContent, toLocalDate, toISOString, btnTextDay, themeView, btnTextWeek, viewResources } from '@event-calendar/core';
import { setContent, isFunction, toLocalDate, toISOString, btnTextDay, themeView, btnTextWeek, viewResources } from '@event-calendar/core';
import TimeGrid, { Section, Body, Week, Day } from '@event-calendar/time-grid';

@@ -65,3 +65,3 @@ import { SvelteComponent, init, safe_not_equal, element, attr, insert, action_destroyer, is_function, noop, detach, component_subscribe, binding_callbacks, create_component, space, mount_component, append, transition_in, group_outros, transition_out, check_outros, destroy_component, ensure_array_like, empty, destroy_each } from 'svelte/internal';

onMount(() => {
if (is_function($resourceLabelDidMount)) {
if (isFunction($resourceLabelDidMount)) {
$resourceLabelDidMount({

@@ -100,3 +100,3 @@ resource,

if ($resourceLabelContent) {
$$invalidate(1, content = is_function($resourceLabelContent)
$$invalidate(1, content = isFunction($resourceLabelContent)
? $resourceLabelContent({

@@ -103,0 +103,0 @@ resource,

{
"name": "@event-calendar/resource-time-grid",
"version": "3.5.0",
"version": "3.6.0",
"title": "Event Calendar ResourceTimeGrid plugin",

@@ -30,6 +30,6 @@ "description": "Full-sized drag & drop event calendar with resource & timeline views",

"dependencies": {
"@event-calendar/core": "~3.5.0",
"@event-calendar/time-grid": "~3.5.0",
"@event-calendar/core": "~3.6.0",
"@event-calendar/time-grid": "~3.6.0",
"svelte": "^4.2.19"
}
}

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

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