Socket
Socket
Sign inDemoInstall

@fullcalendar/common

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fullcalendar/common - npm Package Compare versions

Comparing version 5.3.1 to 5.4.0

main.cjs.js

13

package.json
{
"name": "@fullcalendar/common",
"version": "5.3.1",
"version": "5.4.0",
"title": "FullCalendar Common",

@@ -8,6 +8,6 @@ "description": "internal package",

"dependencies": {
"tslib": "^2.0.0"
"tslib": "^2.0.3"
},
"type": "module",
"main": "main.js",
"main": "main.cjs.js",
"module": "main.js",
"types": "main.d.ts",

@@ -26,3 +26,6 @@ "homepage": "https://fullcalendar.io/",

"url": "http://arshaw.com/"
},
"devDependencies": {
"@fullcalendar/core-preact": "5.4.0"
}
}
}

@@ -17,1 +17,2 @@

export import flushToDom = FullCalendarVDom.flushToDom;
export import unmountComponentAtNode = FullCalendarVDom.unmountComponentAtNode;

@@ -1,11 +0,14 @@

/// <reference types="@fullcalendar/core-preact" />
if (typeof FullCalendarVDom === 'undefined') {
throw new Error('Please import the top-level fullcalendar lib before attempting to import a plugin.');
}
export var Component = FullCalendarVDom.Component;
export var createElement = FullCalendarVDom.createElement;
export var render = FullCalendarVDom.render;
export var createRef = FullCalendarVDom.createRef;
export var Fragment = FullCalendarVDom.Fragment;
export var createContext = FullCalendarVDom.createContext;
export var flushToDom = FullCalendarVDom.flushToDom;
var Component = FullCalendarVDom.Component;
var createElement = FullCalendarVDom.createElement;
var render = FullCalendarVDom.render;
var createRef = FullCalendarVDom.createRef;
var Fragment = FullCalendarVDom.Fragment;
var createContext = FullCalendarVDom.createContext;
var flushToDom = FullCalendarVDom.flushToDom;
var unmountComponentAtNode = FullCalendarVDom.unmountComponentAtNode;
export { Component, Fragment, createContext, createElement, createRef, flushToDom, render, unmountComponentAtNode };

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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