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
0
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 2.4.3 to 2.5.0

8

dist/core.cjs.d.ts
import { Signal, ReadonlySignal } from "@preact/signals";
import { JSXInternal } from "preact/src/jsx";
import { CSSProperties } from "preact/compat";
declare enum WeekDay {

@@ -299,2 +300,8 @@ SUNDAY = 0,

}
type BackgroundEvent = {
start: string;
end: string;
style: CSSProperties;
title?: string;
};
type WeekOptions = {

@@ -359,2 +366,3 @@ gridHeight: number;

filterPredicate: Signal<EventsFilterPredicate>;
backgroundEvents: Signal<BackgroundEvent[]>;
}

@@ -361,0 +369,0 @@ interface CalendarElements {

import { Signal, ReadonlySignal } from "@preact/signals";
import { JSXInternal } from "preact/src/jsx";
import { CSSProperties } from "preact/compat";
declare enum WeekDay {

@@ -299,2 +300,8 @@ SUNDAY = 0,

}
type BackgroundEvent = {
start: string;
end: string;
style: CSSProperties;
title?: string;
};
type WeekOptions = {

@@ -359,2 +366,3 @@ gridHeight: number;

filterPredicate: Signal<EventsFilterPredicate>;
backgroundEvents: Signal<BackgroundEvent[]>;
}

@@ -361,0 +369,0 @@ interface CalendarElements {

import { Signal, ReadonlySignal } from "@preact/signals";
import { JSXInternal } from "preact/src/jsx";
import { CSSProperties } from "preact/compat";
declare enum WeekDay {

@@ -299,2 +300,8 @@ SUNDAY = 0,

}
type BackgroundEvent = {
start: string;
end: string;
style: CSSProperties;
title?: string;
};
type WeekOptions = {

@@ -359,2 +366,3 @@ gridHeight: number;

filterPredicate: Signal<EventsFilterPredicate>;
backgroundEvents: Signal<BackgroundEvent[]>;
}

@@ -361,0 +369,0 @@ interface CalendarElements {

4

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

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

"homepage": "https://schedule-x.dev",
"gitHead": "b5431189ee70a1edf23a67f059f95f531f3142db"
"gitHead": "734c5ad20e36a3cd728a6215d11ac92bffd1dd39"
}
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