Socket
Socket
Sign inDemoInstall

@schedule-x/calendar

Package Overview
Dependencies
Maintainers
0
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@schedule-x/calendar - npm Package Compare versions

Comparing version 1.64.0-alpha.0 to 2.0.0-alpha.0

5

dist/core.cjs.d.ts

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

// eslint-disable-next-line @typescript-eslint/no-explicit-any
beforeInit?($app: CalendarAppSingleton | any): void;
beforeRender?($app: CalendarAppSingleton | any): void;
// TODO v2: change to `onRender` and remove $app parameter

@@ -249,3 +249,3 @@ /**

// eslint-disable-next-line @typescript-eslint/no-explicit-any
init?($app: CalendarAppSingleton | any): void;
onRender?($app: CalendarAppSingleton | any): void;
destroy?(): void;

@@ -339,3 +339,2 @@ }

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

@@ -342,0 +341,0 @@ type MonthGridOptions = {

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

// eslint-disable-next-line @typescript-eslint/no-explicit-any
beforeInit?($app: CalendarAppSingleton | any): void;
beforeRender?($app: CalendarAppSingleton | any): void;
// TODO v2: change to `onRender` and remove $app parameter

@@ -249,3 +249,3 @@ /**

// eslint-disable-next-line @typescript-eslint/no-explicit-any
init?($app: CalendarAppSingleton | any): void;
onRender?($app: CalendarAppSingleton | any): void;
destroy?(): void;

@@ -339,3 +339,2 @@ }

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

@@ -342,0 +341,0 @@ type MonthGridOptions = {

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

// eslint-disable-next-line @typescript-eslint/no-explicit-any
beforeInit?($app: CalendarAppSingleton | any): void;
beforeRender?($app: CalendarAppSingleton | any): void;
// TODO v2: change to `onRender` and remove $app parameter

@@ -249,3 +249,3 @@ /**

// eslint-disable-next-line @typescript-eslint/no-explicit-any
init?($app: CalendarAppSingleton | any): void;
onRender?($app: CalendarAppSingleton | any): void;
destroy?(): void;

@@ -339,3 +339,2 @@ }

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

@@ -342,0 +341,0 @@ type MonthGridOptions = {

4

package.json
{
"name": "@schedule-x/calendar",
"umdName": "SXCalendar",
"version": "1.64.0-alpha.0",
"version": "2.0.0-alpha.0",
"description": "Schedule-X calendar component",

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

"homepage": "https://schedule-x.dev",
"gitHead": "f0cfd68222837d0f5c97f0c88386ae8b017d0195"
"gitHead": "0a741570126e339dc6be3c112ece49b98348f6e4"
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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