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 1.48.0 to 1.49.0

6

dist/core.cjs.d.ts

@@ -51,3 +51,6 @@ import { Signal, ReadonlySignal } from "@preact/signals";

}
type TranslateFn = (key: string) => string;
type TranslationVariables = {
[key: string]: string | number;
};
type TranslateFn = (key: string, variables?: TranslationVariables) => string;
/**

@@ -281,2 +284,3 @@ * This interface serves as a bridge between the AppSingleton for the date picker and calendar

gridHeight: number;
nDays: number;
};

@@ -283,0 +287,0 @@ type MonthGridOptions = {

@@ -51,3 +51,6 @@ import { Signal, ReadonlySignal } from "@preact/signals";

}
type TranslateFn = (key: string) => string;
type TranslationVariables = {
[key: string]: string | number;
};
type TranslateFn = (key: string, variables?: TranslationVariables) => string;
/**

@@ -281,2 +284,3 @@ * This interface serves as a bridge between the AppSingleton for the date picker and calendar

gridHeight: number;
nDays: number;
};

@@ -283,0 +287,0 @@ type MonthGridOptions = {

@@ -51,3 +51,6 @@ import { Signal, ReadonlySignal } from "@preact/signals";

}
type TranslateFn = (key: string) => string;
type TranslationVariables = {
[key: string]: string | number;
};
type TranslateFn = (key: string, variables?: TranslationVariables) => string;
/**

@@ -281,2 +284,3 @@ * This interface serves as a bridge between the AppSingleton for the date picker and calendar

gridHeight: number;
nDays: number;
};

@@ -283,0 +287,0 @@ type MonthGridOptions = {

4

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

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

"homepage": "https://schedule-x.dev",
"gitHead": "770bce0c213cded949c70cac797f3c8badb2725f"
"gitHead": "10378f271ef2a416b7f625b34308846eda6254db"
}
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