Socket
Socket
Sign inDemoInstall

@fullcalendar/vue

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fullcalendar/vue - npm Package Compare versions

Comparing version 4.2.1 to 4.2.2

4

main.esm.js
/*
FullCalendar Vue Component v4.2.1
FullCalendar Vue Component v4.2.2
Docs: https://fullcalendar.io/docs/vue

@@ -32,2 +32,4 @@ License: MIT

return input.map(deepCopy);
} else if (input instanceof Date) {
return new Date(input.valueOf());
} else if (_typeof(input) === 'object' && input) {

@@ -34,0 +36,0 @@ // non-null object

/*
FullCalendar Vue Component v4.2.1
FullCalendar Vue Component v4.2.2
Docs: https://fullcalendar.io/docs/vue

@@ -88,2 +88,4 @@ License: MIT

return input.map(deepCopy);
} else if (input instanceof Date) {
return new Date(input.valueOf());
} else if (_typeof(input) === 'object' && input) {

@@ -90,0 +92,0 @@ // non-null object

{
"name": "@fullcalendar/vue",
"version": "4.2.1",
"version": "4.2.2",
"title": "FullCalendar Vue Component",

@@ -5,0 +5,0 @@ "description": "An official FullCalendar component for Vue",

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