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

@schedule-x/current-time

Package Overview
Dependencies
Maintainers
1
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@schedule-x/current-time - npm Package Compare versions

Comparing version 1.33.0 to 1.34.0

5

dist/core.cjs.d.ts

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

onClickDateTime?: (dateTime: string) => void;
onClickPlusEvents?: (date: string) => void;
}

@@ -269,2 +270,5 @@ type CustomComponentFns = {

};
type MonthGridOptions = {
nEventsPerDay: number;
};
type ColorDefinition = {

@@ -294,2 +298,3 @@ main: string;

weekOptions: WeekOptions;
monthGridOptions: MonthGridOptions;
calendars: Signal<Record<string, CalendarType>>;

@@ -296,0 +301,0 @@ plugins: Plugins;

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

onClickDateTime?: (dateTime: string) => void;
onClickPlusEvents?: (date: string) => void;
}

@@ -269,2 +270,5 @@ type CustomComponentFns = {

};
type MonthGridOptions = {
nEventsPerDay: number;
};
type ColorDefinition = {

@@ -294,2 +298,3 @@ main: string;

weekOptions: WeekOptions;
monthGridOptions: MonthGridOptions;
calendars: Signal<Record<string, CalendarType>>;

@@ -296,0 +301,0 @@ plugins: Plugins;

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

onClickDateTime?: (dateTime: string) => void;
onClickPlusEvents?: (date: string) => void;
}

@@ -269,2 +270,5 @@ type CustomComponentFns = {

};
type MonthGridOptions = {
nEventsPerDay: number;
};
type ColorDefinition = {

@@ -294,2 +298,3 @@ main: string;

weekOptions: WeekOptions;
monthGridOptions: MonthGridOptions;
calendars: Signal<Record<string, CalendarType>>;

@@ -296,0 +301,0 @@ plugins: Plugins;

4

package.json
{
"name": "@schedule-x/current-time",
"version": "1.33.0",
"version": "1.34.0",
"description": "Schedule-X plugin for displaying an indicator for the current time",

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

"homepage": "https://schedule-x.dev",
"gitHead": "9e5cf87bf4dce3d093ab34fbe9a351057c7a3255"
"gitHead": "3c7b1e48da5011fc6101d2f72b052a9fadf4e6e3"
}
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