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.6.0 to 5.7.0

2

LICENSE.txt
MIT License
Copyright (c) 2020 Adam Shaw
Copyright (c) 2021 Adam Shaw

@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining

{
"name": "@fullcalendar/common",
"version": "5.6.0",
"version": "5.7.0",
"title": "FullCalendar Common",

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

"devDependencies": {
"@fullcalendar/core-preact": "5.6.0"
"@fullcalendar/core-preact": "5.7.0"
}
}

@@ -15,2 +15,3 @@ 'use strict';

var createContext = FullCalendarVDom.createContext;
var createPortal = FullCalendarVDom.createPortal;
var flushToDom = FullCalendarVDom.flushToDom;

@@ -23,2 +24,3 @@ var unmountComponentAtNode = FullCalendarVDom.unmountComponentAtNode;

exports.createElement = createElement;
exports.createPortal = createPortal;
exports.createRef = createRef;

@@ -25,0 +27,0 @@ exports.flushToDom = flushToDom;

@@ -15,4 +15,5 @@

export import createContext = FullCalendarVDom.createContext;
export import createPortal = FullCalendarVDom.createPortal;
export import VUIEvent = FullCalendarVDom.VUIEvent;
export import flushToDom = FullCalendarVDom.flushToDom;
export import unmountComponentAtNode = FullCalendarVDom.unmountComponentAtNode;

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

var createContext = FullCalendarVDom.createContext;
var createPortal = FullCalendarVDom.createPortal;
var flushToDom = FullCalendarVDom.flushToDom;
var unmountComponentAtNode = FullCalendarVDom.unmountComponentAtNode;
export { Component, Fragment, createContext, createElement, createRef, flushToDom, render, unmountComponentAtNode };
export { Component, Fragment, createContext, createElement, createPortal, createRef, flushToDom, render, unmountComponentAtNode };

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

Sorry, the diff of this file is not supported yet

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

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