Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@fullcalendar/timegrid

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fullcalendar/timegrid - npm Package Compare versions

Comparing version 5.0.0-beta to 5.0.0-beta.1

5

main.d.ts
// Generated by dts-bundle v0.7.3-fork.1
// Dependencies for this module:
// ../../../../../@fullcalendar/core
// ../../../../../preact
// ../../../../../@fullcalendar/daygrid

@@ -22,3 +21,3 @@

declare module '@fullcalendar/timegrid/TimeColsView' {
import { h, VNode, ChunkContentCallbackArgs, DateComponent, ViewProps } from '@fullcalendar/core';
import { h, VNode, ChunkContentCallbackArgs, DateComponent, ViewProps, RefObject } from '@fullcalendar/core';
import AllDaySplitter from '@fullcalendar/timegrid/AllDaySplitter';

@@ -29,3 +28,3 @@ import { TimeSlatMeta } from '@fullcalendar/timegrid/TimeColsSlats';

protected allDaySplitter: AllDaySplitter;
protected headerElRef: import("preact").RefObject<HTMLTableCellElement>;
protected headerElRef: RefObject<HTMLTableCellElement>;
renderSimpleLayout(headerRowContent: VNode | null, allDayContent: ((contentArg: ChunkContentCallbackArgs) => VNode) | null, timeContent: ((contentArg: ChunkContentCallbackArgs) => VNode) | null): h.JSX.Element;

@@ -32,0 +31,0 @@ renderHScrollLayout(headerRowContent: VNode | null, allDayContent: ((contentArg: ChunkContentCallbackArgs) => VNode) | null, timeContent: ((contentArg: ChunkContentCallbackArgs) => VNode) | null, colCnt: number, dayMinWidth: number, slatMetas: TimeSlatMeta[]): h.JSX.Element;

2

main.js
/*!
FullCalendar Time Grid Plugin v5.0.0-beta
FullCalendar Time Grid Plugin v5.0.0-beta.1
Docs & License: https://fullcalendar.io/

@@ -4,0 +4,0 @@ (c) 2019 Adam Shaw

{
"name": "@fullcalendar/timegrid",
"version": "5.0.0-beta",
"version": "5.0.0-beta.1",
"title": "FullCalendar Time Grid Plugin",

@@ -28,6 +28,6 @@ "description": "Display your events on a grid of time slots",

"tslib": "^1.9.3",
"@fullcalendar/daygrid": "5.0.0-beta"
"@fullcalendar/daygrid": "5.0.0-beta.1"
},
"peerDependencies": {
"@fullcalendar/core": "5.0.0-beta"
"@fullcalendar/core": "5.0.0-beta.1"
},

@@ -34,0 +34,0 @@ "main": "main.js",

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