Socket
Socket
Sign inDemoInstall

@fullcalendar/luxon

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fullcalendar/luxon - npm Package Compare versions

Comparing version 5.0.0 to 5.1.0

4

main.js
/*!
FullCalendar v5.0.0
FullCalendar v5.1.0
Docs & License: https://fullcalendar.io/

@@ -47,3 +47,3 @@ (c) 2020 Adam Shaw

var end = arrayToLuxon(arg.end.array, arg.timeZone, arg.localeCodes[0]);
return formatRange(cmd, start.toFormat.bind(start), end.toFormat.bind(end), arg.separator);
return formatRange(cmd, start.toFormat.bind(start), end.toFormat.bind(end), arg.defaultSeparator);
}

@@ -50,0 +50,0 @@ return arrayToLuxon(arg.date.array, arg.timeZone, arg.localeCodes[0]).toFormat(cmd.whole);

{
"name": "@fullcalendar/luxon",
"version": "5.0.0",
"version": "5.1.0",
"title": "FullCalendar Luxon Plugin",

@@ -8,3 +8,3 @@ "description": "A connector to the Luxon date library",

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

@@ -11,0 +11,0 @@ },

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