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

@fullcalendar/timeline

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fullcalendar/timeline - npm Package Compare versions

Comparing version 5.0.0-rc to 5.0.0

LICENSE.md

1

main.d.ts
import { Duration, DateRange, DateMarker, DateProfile, DateEnv, BaseOptionsRefined, DateProfileGenerator, PositionCache, DateComponent, ViewProps, createElement, Seg, Slicer, EventStore, EventUiHash, DateSpan, EventInteractionState, BaseComponent, RefObject, CssDimValue, VNode, ScrollRequest, PluginDef } from '@fullcalendar/common';
import '@fullcalendar/premium-common';

@@ -4,0 +5,0 @@ interface TimelineDateProfile {

10

main.js
/*!
FullCalendar v5.0.0-rc
Docs & License: https://fullcalendar.io/
(c) 2019 Adam Shaw
FullCalendar Scheduler v5.0.0
Docs & License: https://fullcalendar.io/scheduler
(c) 2020 Adam Shaw
*/

@@ -9,2 +9,3 @@ import './main.css';

import { config, createFormatter, greatestDurationDenominator, isSingleDay, createDuration, wholeDivideDurations, asRoughMs, addDays, startOfDay, padStart, asRoughSeconds, asRoughMinutes, diffWholeDays, isInt, computeVisibleDayRange, memoizeObjArg, buildClassNameNormalizer, getDateMeta, getSlotClassNames, getDayClassNames, buildNavLinkData, createElement, MountHook, BaseComponent, ContentHook, Fragment, createRef, NowTimer, NowIndicatorRoot, findElements, RenderHook, rangeContainsMarker, PositionCache, findDirectChildren, RefMap, isElVisible, multiplyDuration, buildEventRangeKey, BgEvent, getSegMeta, renderFill, intersectRanges, addMs, Slicer, StandardEvent, sortEventSegs, memoize, mapHash, DateComponent, getStickyHeaderDates, getStickyFooterScrollbar, ViewRoot, renderScrollShim, createPlugin } from '@fullcalendar/common';
import premiumCommonPlugin from '@fullcalendar/premium-common';
import { __extends, __assign } from 'tslib';

@@ -1183,2 +1184,5 @@ import { ScrollGrid } from '@fullcalendar/scrollgrid';

var main = createPlugin({
deps: [
premiumCommonPlugin
],
initialView: 'timelineDay',

@@ -1185,0 +1189,0 @@ views: {

{
"name": "@fullcalendar/timeline",
"version": "5.0.0-rc",
"version": "5.0.0",
"title": "FullCalendar Timeline Plugin",

@@ -8,4 +8,5 @@ "description": "Display events on a horizontal time axis (without resources)",

"dependencies": {
"@fullcalendar/common": "5.0.0-rc",
"@fullcalendar/scrollgrid": "5.0.0-rc",
"@fullcalendar/common": "~5.0.0",
"@fullcalendar/premium-common": "~5.0.0",
"@fullcalendar/scrollgrid": "~5.0.0",
"tslib": "^2.0.0"

@@ -27,4 +28,3 @@ },

"url": "http://arshaw.com/"
},
"copyright": "2019 Adam Shaw"
}
}

Sorry, the diff of this file is not supported yet

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