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

@schedule-x/calendar-controls

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@schedule-x/calendar-controls - npm Package Compare versions

Comparing version 1.23.0 to 1.24.0

4

dist/core.cjs.d.ts

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

* */
setDateRange: (config: RangeSetterConfig) => void;
setDateRange: (config: RangeSetterConfig) => DateRange;
/**

@@ -289,2 +289,4 @@ * should the view be displayed on small screens (< 700px calendar width)

_customComponentFns: CustomComponentFns;
minDate?: string;
maxDate?: string;
// Getters

@@ -291,0 +293,0 @@ isHybridDay: boolean;

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

* */
setDateRange: (config: RangeSetterConfig) => void;
setDateRange: (config: RangeSetterConfig) => DateRange;
/**

@@ -289,2 +289,4 @@ * should the view be displayed on small screens (< 700px calendar width)

_customComponentFns: CustomComponentFns;
minDate?: string;
maxDate?: string;
// Getters

@@ -291,0 +293,0 @@ isHybridDay: boolean;

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

* */
setDateRange: (config: RangeSetterConfig) => void;
setDateRange: (config: RangeSetterConfig) => DateRange;
/**

@@ -289,2 +289,4 @@ * should the view be displayed on small screens (< 700px calendar width)

_customComponentFns: CustomComponentFns;
minDate?: string;
maxDate?: string;
// Getters

@@ -291,0 +293,0 @@ isHybridDay: boolean;

{
"name": "@schedule-x/calendar-controls",
"version": "1.23.0",
"version": "1.24.0",
"description": "Plugin for extra controls for the Schedule-X calendar",

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

"homepage": "https://schedule-x.dev",
"gitHead": "d084e34c80e6dba3a9d46b63395b5c746b50e96c"
"gitHead": "0e70000523c5a1e79c4d2066f71004bf2244507d"
}
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