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

@schedule-x/resize

Package Overview
Dependencies
Maintainers
1
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@schedule-x/resize - 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;
}

@@ -277,3 +278,3 @@ interface EventRecurrencePlugin extends PluginBase {

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

@@ -280,0 +281,0 @@ isDark: boolean;

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

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

@@ -277,3 +278,3 @@ interface EventRecurrencePlugin extends PluginBase {

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

@@ -280,0 +281,0 @@ isDark: boolean;

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

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

@@ -277,3 +278,3 @@ interface EventRecurrencePlugin extends PluginBase {

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

@@ -280,0 +281,0 @@ isDark: boolean;

{
"name": "@schedule-x/resize",
"version": "1.24.0",
"version": "1.25.0",
"description": "Resize events in the Schedule-X calendar",

@@ -29,3 +29,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