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

@fullcalendar/list

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fullcalendar/list - npm Package Compare versions

Comparing version 5.0.0-rc to 5.0.0

LICENSE.txt

8

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

@@ -64,4 +64,4 @@ import './main.css';

createElement("td", { className: 'fc-list-event-graphic' },
createElement("span", { className: 'fc-list-event-dot', style: { backgroundColor: hookProps.backgroundColor } })),
createElement("td", { className: 'fc-list-event-title', ref: innerElRef, style: { color: hookProps.textColor } }, innerContent))); }));
createElement("span", { className: 'fc-list-event-dot', style: { borderColor: hookProps.borderColor || hookProps.backgroundColor } })),
createElement("td", { className: 'fc-list-event-title', ref: innerElRef }, innerContent))); }));
};

@@ -68,0 +68,0 @@ return ListViewEventRow;

{
"name": "@fullcalendar/list",
"version": "5.0.0-rc",
"version": "5.0.0",
"title": "FullCalendar List View Plugin",

@@ -8,3 +8,3 @@ "description": "View your events as a bulleted list",

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

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

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

Sorry, the diff of this file is not supported yet

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