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

@schedule-x/resize

Package Overview
Dependencies
Maintainers
1
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@schedule-x/resize - npm Package Compare versions

Comparing version 1.39.0 to 1.40.0

4

dist/core.cjs.d.ts

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

onRangeUpdate?: (range: DateRange) => void;
onSelectedDateUpdate?: (date: string) => void;
onClickDate?: (date: string) => void;

@@ -269,2 +270,3 @@ onClickDateTime?: (dateTime: string) => void;

colorName: string;
label?: string;
lightColors?: ColorDefinition;

@@ -304,3 +306,3 @@ darkColors?: ColorDefinition;

isDark: Signal<boolean>;
handleDateSelection: (date: string) => void;
setRange: (date: string) => void;
}

@@ -307,0 +309,0 @@ interface CalendarEvents {

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

onRangeUpdate?: (range: DateRange) => void;
onSelectedDateUpdate?: (date: string) => void;
onClickDate?: (date: string) => void;

@@ -269,2 +270,3 @@ onClickDateTime?: (dateTime: string) => void;

colorName: string;
label?: string;
lightColors?: ColorDefinition;

@@ -304,3 +306,3 @@ darkColors?: ColorDefinition;

isDark: Signal<boolean>;
handleDateSelection: (date: string) => void;
setRange: (date: string) => void;
}

@@ -307,0 +309,0 @@ interface CalendarEvents {

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

onRangeUpdate?: (range: DateRange) => void;
onSelectedDateUpdate?: (date: string) => void;
onClickDate?: (date: string) => void;

@@ -269,2 +270,3 @@ onClickDateTime?: (dateTime: string) => void;

colorName: string;
label?: string;
lightColors?: ColorDefinition;

@@ -304,3 +306,3 @@ darkColors?: ColorDefinition;

isDark: Signal<boolean>;
handleDateSelection: (date: string) => void;
setRange: (date: string) => void;
}

@@ -307,0 +309,0 @@ interface CalendarEvents {

{
"name": "@schedule-x/resize",
"version": "1.39.0",
"version": "1.40.0",
"description": "Resize events in the Schedule-X calendar",

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

"homepage": "https://schedule-x.dev",
"gitHead": "1f80aa24a2502776ff46d68e6184e3311d5a8930"
"gitHead": "b5d4dbf29bedc4f55929c9d6daf41c4f2c92c26c"
}
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