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
116
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 2.15.1 to 2.16.0

4

dist/core.cjs.d.ts

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

_totalConcurrentEvents: number | undefined;
_maxConcurrentEvents: number | undefined;
// week date grid

@@ -375,3 +376,3 @@ _nDaysInGrid: number | undefined;

}
type Language = DatePickerTranslations & CalendarTranslations;
type Language = Partial<DatePickerTranslations> & Partial<CalendarTranslations> & Record<string, string>; // enable custom & premium plugins to use the default translator
type WeekOptions = {

@@ -382,2 +383,3 @@ gridHeight: number;

timeAxisFormatOptions: Intl.DateTimeFormatOptions;
eventOverlap: boolean;
};

@@ -384,0 +386,0 @@ type MonthGridOptions = {

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

_totalConcurrentEvents: number | undefined;
_maxConcurrentEvents: number | undefined;
// week date grid

@@ -375,3 +376,3 @@ _nDaysInGrid: number | undefined;

}
type Language = DatePickerTranslations & CalendarTranslations;
type Language = Partial<DatePickerTranslations> & Partial<CalendarTranslations> & Record<string, string>; // enable custom & premium plugins to use the default translator
type WeekOptions = {

@@ -382,2 +383,3 @@ gridHeight: number;

timeAxisFormatOptions: Intl.DateTimeFormatOptions;
eventOverlap: boolean;
};

@@ -384,0 +386,0 @@ type MonthGridOptions = {

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

_totalConcurrentEvents: number | undefined;
_maxConcurrentEvents: number | undefined;
// week date grid

@@ -375,3 +376,3 @@ _nDaysInGrid: number | undefined;

}
type Language = DatePickerTranslations & CalendarTranslations;
type Language = Partial<DatePickerTranslations> & Partial<CalendarTranslations> & Record<string, string>; // enable custom & premium plugins to use the default translator
type WeekOptions = {

@@ -382,2 +383,3 @@ gridHeight: number;

timeAxisFormatOptions: Intl.DateTimeFormatOptions;
eventOverlap: boolean;
};

@@ -384,0 +386,0 @@ type MonthGridOptions = {

{
"name": "@schedule-x/resize",
"umdName": "SXResize",
"version": "2.15.1",
"version": "2.16.0",
"description": "Resize events in the Schedule-X calendar",

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

"homepage": "https://schedule-x.dev",
"gitHead": "4a0a571c83e60c411b5ba98cd50858abd6b55de7"
"gitHead": "af6a1554b071114c0abb6f3ae9dc44c6e148cad7"
}
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