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

@schedule-x/calendar-controls

Package Overview
Dependencies
Maintainers
0
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@schedule-x/calendar-controls - npm Package Compare versions

Comparing version 2.2.1 to 2.3.0

1

dist/core.cjs.d.ts

@@ -281,2 +281,3 @@ import { Signal, ReadonlySignal } from "@preact/signals";

headerContent?: CustomComponentFn;
interactiveModalAdditionalFields?: CustomComponentFn;
};

@@ -283,0 +284,0 @@ interface EventsFacade {

5

dist/core.cjs.js

@@ -198,3 +198,6 @@ 'use strict';

setWeekOptions(weekOptions) {
this.$app.config.weekOptions.value = weekOptions;
this.$app.config.weekOptions.value = {
...this.$app.config.weekOptions.value,
...weekOptions,
};
}

@@ -201,0 +204,0 @@ setCalendars(calendars) {

@@ -281,2 +281,3 @@ import { Signal, ReadonlySignal } from "@preact/signals";

headerContent?: CustomComponentFn;
interactiveModalAdditionalFields?: CustomComponentFn;
};

@@ -283,0 +284,0 @@ interface EventsFacade {

@@ -196,3 +196,6 @@ var PluginName;

setWeekOptions(weekOptions) {
this.$app.config.weekOptions.value = weekOptions;
this.$app.config.weekOptions.value = {
...this.$app.config.weekOptions.value,
...weekOptions,
};
}

@@ -199,0 +202,0 @@ setCalendars(calendars) {

@@ -281,2 +281,3 @@ import { Signal, ReadonlySignal } from "@preact/signals";

headerContent?: CustomComponentFn;
interactiveModalAdditionalFields?: CustomComponentFn;
};

@@ -283,0 +284,0 @@ interface EventsFacade {

@@ -202,3 +202,6 @@ (function (global, factory) {

setWeekOptions(weekOptions) {
this.$app.config.weekOptions.value = weekOptions;
this.$app.config.weekOptions.value = {
...this.$app.config.weekOptions.value,
...weekOptions,
};
}

@@ -205,0 +208,0 @@ setCalendars(calendars) {

{
"name": "@schedule-x/calendar-controls",
"umdName": "SXCalendarControls",
"version": "2.2.1",
"version": "2.3.0",
"description": "Plugin for extra controls for the Schedule-X calendar",

@@ -31,3 +31,3 @@ "author": {

"homepage": "https://schedule-x.dev",
"gitHead": "a32ac0d569ac3970d9a0c9ecd6867bc0cde691b8"
"gitHead": "75f3a1b79df54f6c9aafec5897d09ec62c830053"
}
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