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

@fullcalendar/scrollgrid

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fullcalendar/scrollgrid - npm Package Compare versions

Comparing version 5.0.0-rc to 5.0.0

LICENSE.md

1

main.d.ts
import { BaseComponent, ScrollGridProps, createElement, ScrollGridSectionConfig, VNode, ScrollGridChunkConfig, CssDimValue, ColProps, PluginDef } from '@fullcalendar/common';
import '@fullcalendar/premium-common';

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

6

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
*/

@@ -6,0 +6,0 @@ import { Emitter, DelayedRunner, htmlToElement, removeElement, computeEdges, findElements, translateRect, computeInnerRect, applyStyle, createRef, getScrollbarWidths, setRef, getIsRtlScrollbarOnLeft, createElement, Scroller, isPropsEqual, BaseComponent, memoizeArraylike, renderMicroColGroup, RefMap, memoizeHashlike, getScrollGridClassNames, Fragment, getSectionClassNames, getAllowYScrolling, getSectionHasLiquidHeight, renderChunkContent, computeShrinkWidth, collectFromHash, mapHash, isArraysEqual, sanitizeShrinkWidth, hasShrinkWidth, compareObjs, isColPropsEqual, createPlugin } from '@fullcalendar/common';

{
"name": "@fullcalendar/scrollgrid",
"version": "5.0.0-rc",
"version": "5.0.0",
"title": "FullCalendar ScrollGrid Plugin",
"description": "internal package",
"description": "Tabular data chunked into scrollable panes",
"docs": "https://fullcalendar.io/docs/scheduler",
"dependencies": {
"@fullcalendar/common": "5.0.0-rc",
"@fullcalendar/premium-common": "5.0.0-rc",
"@fullcalendar/common": "~5.0.0",
"@fullcalendar/premium-common": "~5.0.0",
"tslib": "^2.0.0"

@@ -25,4 +26,3 @@ },

"url": "http://arshaw.com/"
},
"copyright": "2019 Adam Shaw"
}
}
# FullCalendar ScrollGrid Plugin
internal package
Tabular data chunked into scrollable panes
[View the docs »]()
[View the docs »](https://fullcalendar.io/docs/scheduler)
This package was created from the [FullCalendar monorepo »](https://github.com/fullcalendar/fullcalendar-scheduler)

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