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

@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.10.1 to 5.11.0

4

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

@@ -27,4 +27,4 @@ "description": "internal package",

"devDependencies": {
"@fullcalendar/core-preact": "5.10.1"
"@fullcalendar/core-preact": "5.11.0"
}
}

@@ -16,3 +16,3 @@ 'use strict';

var createPortal = FullCalendarVDom.createPortal;
var flushToDom = FullCalendarVDom.flushToDom;
var flushSync = FullCalendarVDom.flushSync;
var unmountComponentAtNode = FullCalendarVDom.unmountComponentAtNode;

@@ -27,4 +27,4 @@ /* eslint-enable */

exports.createRef = createRef;
exports.flushToDom = flushToDom;
exports.flushSync = flushSync;
exports.render = render;
exports.unmountComponentAtNode = unmountComponentAtNode;

@@ -17,3 +17,3 @@

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

@@ -12,6 +12,6 @@ /// <reference types="@fullcalendar/core-preact" />

var createPortal = FullCalendarVDom.createPortal;
var flushToDom = FullCalendarVDom.flushToDom;
var flushSync = FullCalendarVDom.flushSync;
var unmountComponentAtNode = FullCalendarVDom.unmountComponentAtNode;
/* eslint-enable */
export { Component, Fragment, createContext, createElement, createPortal, createRef, flushToDom, render, unmountComponentAtNode };
export { Component, Fragment, createContext, createElement, createPortal, createRef, flushSync, 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