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

@daypilot/daypilot-lite-react

Package Overview
Dependencies
Maintainers
0
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@daypilot/daypilot-lite-react - npm Package Compare versions

Comparing version 3.30.0 to 3.30.1

5

daypilot-react.min.d.ts

@@ -166,2 +166,4 @@ /*

readonly resource: ResourceId;
readonly x: number;
readonly y: number;
readonly properties: {

@@ -173,3 +175,5 @@ html: string;

backRepeat: string;
fontColor: string;
cssClass: string;
text: string;
};

@@ -1045,2 +1049,3 @@ };

background?: string;
borderRadius?: number | string;
bottom?: number | string;

@@ -1047,0 +1052,0 @@ cssClass?: string;

4

package.json
{
"name": "@daypilot/daypilot-lite-react",
"version": "3.30.0",
"version": "3.30.1",
"description": "DayPilot Lite for React",

@@ -30,3 +30,3 @@ "homepage": "https://javascript.daypilot.org/",

"create-react-class": ">=15.0.0",
"@daypilot/daypilot-lite-javascript": "3.30.0"
"@daypilot/daypilot-lite-javascript": "3.30.1"
},

@@ -33,0 +33,0 @@ "peerDependencies": {

# DayPilot Lite for React
[DayPilot Lite for JavaScript](https://javascript.daypilot.org/open-source/) is a library of JavaScript/HTML5 event calendar/scheduler components that can display day/week/month calendar views. It includes a React version.
[DayPilot Lite for JavaScript](https://javascript.daypilot.org/open-source/) is a library of JavaScript/HTML5 scheduling components that can display calendar/scheduler UI:
* day
* week
* month
* resource calendar (resources as columns)
* custom number of days as columns
This is the DayPilot Lite for React package.
## What's New

@@ -28,3 +35,5 @@

* CSS themes (use theme builder to create your own theme)
* Event customization (text, HTML, colors...)
* Event customization (text, HTML, colors, icons...)
* Cell customization (background, images, text, HTML...)
* Column header customization (background, images, text, HTML...)
* Built-in XSS protection

@@ -71,2 +80,9 @@ * Localization support

### Next.js Monthly Calendar Tutorial
[![Next.js Monthly Calendar](https://static.daypilot.org/npm/202411/next.js-monthly-calendar-component-open-source.png)](https://code.daypilot.org/37709/next-js-monthly-calendar-open-source)
[Next.js Monthly Calendar Tutorial (Open-Source)](https://code.daypilot.org/37709/next-js-monthly-calendar-open-source)
Learn how to build a customized monthly calendar UI in Next.js 15 using the open-source DayPilot scheduling library.
### React Calendar with Date Picker

@@ -73,0 +89,0 @@

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