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
0
Versions
113
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.62.0-alpha.0 to 1.62.0

9

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 {

@@ -269,2 +268,3 @@ SUNDAY = 0,

headerContentRightAppend?: CustomComponentFn;
headerContent?: CustomComponentFn;
};

@@ -284,8 +284,2 @@ interface EventsFacade {

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

@@ -351,3 +345,2 @@ gridHeight: number;

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

@@ -354,0 +347,0 @@ interface CalendarElements {

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

@@ -269,2 +268,3 @@ SUNDAY = 0,

headerContentRightAppend?: CustomComponentFn;
headerContent?: CustomComponentFn;
};

@@ -284,8 +284,2 @@ interface EventsFacade {

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

@@ -351,3 +345,2 @@ gridHeight: number;

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

@@ -354,0 +347,0 @@ interface CalendarElements {

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

@@ -269,2 +268,3 @@ SUNDAY = 0,

headerContentRightAppend?: CustomComponentFn;
headerContent?: CustomComponentFn;
};

@@ -284,8 +284,2 @@ interface EventsFacade {

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

@@ -351,3 +345,2 @@ gridHeight: number;

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

@@ -354,0 +347,0 @@ interface CalendarElements {

4

package.json
{
"name": "@schedule-x/resize",
"umdName": "SXResize",
"version": "1.62.0-alpha.0",
"version": "1.62.0",
"description": "Resize events in the Schedule-X calendar",

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

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