New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@schedule-x/calendar-controls

Package Overview
Dependencies
Maintainers
1
Versions
105
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 1.24.0 to 1.25.0

3

dist/core.cjs.d.ts

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

remove(id: EventId): void;
set(events: CalendarEventExternal[]): void;
}

@@ -284,3 +285,3 @@ interface EventRecurrencePlugin extends PluginBase {

weekOptions: WeekOptions;
calendars?: Record<string, CalendarType>;
calendars: Signal<Record<string, CalendarType>>;
plugins: Plugins;

@@ -287,0 +288,0 @@ isDark: boolean;

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

remove(id: EventId): void;
set(events: CalendarEventExternal[]): void;
}

@@ -284,3 +285,3 @@ interface EventRecurrencePlugin extends PluginBase {

weekOptions: WeekOptions;
calendars?: Record<string, CalendarType>;
calendars: Signal<Record<string, CalendarType>>;
plugins: Plugins;

@@ -287,0 +288,0 @@ isDark: boolean;

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

remove(id: EventId): void;
set(events: CalendarEventExternal[]): void;
}

@@ -284,3 +285,3 @@ interface EventRecurrencePlugin extends PluginBase {

weekOptions: WeekOptions;
calendars?: Record<string, CalendarType>;
calendars: Signal<Record<string, CalendarType>>;
plugins: Plugins;

@@ -287,0 +288,0 @@ isDark: boolean;

{
"name": "@schedule-x/calendar-controls",
"version": "1.24.0",
"version": "1.25.0",
"description": "Plugin for extra controls for the Schedule-X calendar",

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

"homepage": "https://schedule-x.dev",
"gitHead": "0e70000523c5a1e79c4d2066f71004bf2244507d"
"gitHead": "2ae9f0969435dd8bca72e3ce8c5ba68827113cd0"
}
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