New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@schedule-x/current-time

Package Overview
Dependencies
Maintainers
0
Versions
97
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.12.0 to 2.12.1

6

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

@@ -122,3 +122,3 @@ declare enum WeekDay {

id: string;
}) => JSXInternal.Element;
}) => JSX.Element;
declare const addMonths: (to: string, nMonths: number) => string;

@@ -251,3 +251,3 @@ declare const addDays: (to: string, nDays: number) => string;

setCalendarEvent(event: CalendarEventInternal | null, eventTargetDOMRect: DOMRect | null): void;
ComponentFn(props: EventModalProps): JSXInternal.Element;
ComponentFn(props: EventModalProps): JSX.Element;
}

@@ -254,0 +254,0 @@ interface CalendarCallbacks {

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

@@ -122,3 +122,3 @@ declare enum WeekDay {

id: string;
}) => JSXInternal.Element;
}) => JSX.Element;
declare const addMonths: (to: string, nMonths: number) => string;

@@ -251,3 +251,3 @@ declare const addDays: (to: string, nDays: number) => string;

setCalendarEvent(event: CalendarEventInternal | null, eventTargetDOMRect: DOMRect | null): void;
ComponentFn(props: EventModalProps): JSXInternal.Element;
ComponentFn(props: EventModalProps): JSX.Element;
}

@@ -254,0 +254,0 @@ interface CalendarCallbacks {

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

@@ -122,3 +122,3 @@ declare enum WeekDay {

id: string;
}) => JSXInternal.Element;
}) => JSX.Element;
declare const addMonths: (to: string, nMonths: number) => string;

@@ -251,3 +251,3 @@ declare const addDays: (to: string, nDays: number) => string;

setCalendarEvent(event: CalendarEventInternal | null, eventTargetDOMRect: DOMRect | null): void;
ComponentFn(props: EventModalProps): JSXInternal.Element;
ComponentFn(props: EventModalProps): JSX.Element;
}

@@ -254,0 +254,0 @@ interface CalendarCallbacks {

{
"name": "@schedule-x/current-time",
"umdName": "SXCurrentTime",
"version": "2.12.0",
"version": "2.12.1",
"description": "Schedule-X plugin for displaying an indicator for the current time",

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

"homepage": "https://schedule-x.dev",
"gitHead": "9b03335534cb96ce6c478fcf796c9ea090536e24"
"gitHead": "72dc36bf74e023d7ca8087959e8ff4d084a91494"
}
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