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
0
Versions
127
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

to
2.22.0

2

dist/core.cjs.d.ts

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

"Link to 1 more event on {{date}}": string;
CW: string;
}

@@ -412,2 +413,3 @@ type Language = Partial<DatePickerTranslations> & Partial<CalendarTranslations> & Record<string, string>; // enable custom & premium plugins to use the default translator

isResponsive: boolean;
showWeekNumbers: Signal<boolean>;
callbacks: CalendarCallbacks;

@@ -414,0 +416,0 @@ _customComponentFns: CustomComponentFns;

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

"Link to 1 more event on {{date}}": string;
CW: string;
}

@@ -412,2 +413,3 @@ type Language = Partial<DatePickerTranslations> & Partial<CalendarTranslations> & Record<string, string>; // enable custom & premium plugins to use the default translator

isResponsive: boolean;
showWeekNumbers: Signal<boolean>;
callbacks: CalendarCallbacks;

@@ -414,0 +416,0 @@ _customComponentFns: CustomComponentFns;

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

"Link to 1 more event on {{date}}": string;
CW: string;
}

@@ -412,2 +413,3 @@ type Language = Partial<DatePickerTranslations> & Partial<CalendarTranslations> & Record<string, string>; // enable custom & premium plugins to use the default translator

isResponsive: boolean;
showWeekNumbers: Signal<boolean>;
callbacks: CalendarCallbacks;

@@ -414,0 +416,0 @@ _customComponentFns: CustomComponentFns;

4

package.json
{
"name": "@schedule-x/resize",
"umdName": "SXResize",
"version": "2.21.2",
"version": "2.22.0",
"description": "Resize events in the Schedule-X calendar",

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

"homepage": "https://schedule-x.dev",
"gitHead": "ccdec7b27e1f203f894e398a145b7d0ed702f243"
"gitHead": "56cec56da0479da44262a643555bb5c10b08ed23"
}