Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@schedule-x/calendar

Package Overview
Dependencies
Maintainers
0
Versions
132
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 2.0.0 to 2.1.0

2

dist/core.cjs.d.ts

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

onClickPlusEvents?: (date: string) => void;
beforeRender?: ($app: CalendarAppSingleton) => void;
onRender?: ($app: CalendarAppSingleton) => void;
isCalendarSmall?: ($app: CalendarAppSingleton) => boolean;

@@ -298,0 +300,0 @@ }

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

onClickPlusEvents?: (date: string) => void;
beforeRender?: ($app: CalendarAppSingleton) => void;
onRender?: ($app: CalendarAppSingleton) => void;
isCalendarSmall?: ($app: CalendarAppSingleton) => boolean;

@@ -298,0 +300,0 @@ }

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

onClickPlusEvents?: (date: string) => void;
beforeRender?: ($app: CalendarAppSingleton) => void;
onRender?: ($app: CalendarAppSingleton) => void;
isCalendarSmall?: ($app: CalendarAppSingleton) => boolean;

@@ -298,0 +300,0 @@ }

10

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

@@ -13,4 +13,6 @@ "author": {

"keywords": [
"calendar",
"event",
"event calendar",
"javascript calendar",
"scheduler",
"FullCalendar alternative",
"dark-mode",

@@ -42,3 +44,3 @@ "internationalization"

"homepage": "https://schedule-x.dev",
"gitHead": "75957004c3f5ea0157f8a2b99808f463a530f4be"
"gitHead": "8c8df9d6329567163cffc9f744cf2efba173c7f9"
}

@@ -5,2 +5,4 @@ ![Schedule-X](https://schedule-x.s3.eu-west-1.amazonaws.com/schedule-x-logo.png)

This is the calendar package of Schedule-X. For documentation, please refer to: https://schedule-x.dev/
Modern JavaScript event calendar and resource scheduler.
Alternative to FullCalendar and react-big-calendar. For documentation, please refer to: https://schedule-x.dev/

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