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

@fullcalendar/moment

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

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

var endMom = convertToMoment(arg.end.array, arg.timeZone, arg.end.timeZoneOffset, arg.localeCodes[0]);
return formatRange(cmd, createMomentFormatFunc(startMom), createMomentFormatFunc(endMom), arg.separator);
return formatRange(cmd, createMomentFormatFunc(startMom), createMomentFormatFunc(endMom), arg.defaultSeparator);
}

@@ -27,0 +27,0 @@ return convertToMoment(arg.date.array, arg.timeZone, arg.date.timeZoneOffset, arg.localeCodes[0]).format(cmd.whole); // TODO: test for this

{
"name": "@fullcalendar/moment",
"version": "5.0.0",
"version": "5.1.0",
"title": "FullCalendar Moment Plugin",

@@ -8,3 +8,3 @@ "description": "A connector to the MomentJS 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