Socket
Socket
Sign inDemoInstall

@fullcalendar/core

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

/*!
FullCalendar v5.6.0
FullCalendar v5.7.0
Docs & License: https://fullcalendar.io/
(c) 2020 Adam Shaw
(c) 2021 Adam Shaw
*/

@@ -6,0 +6,0 @@ 'use strict';

/*!
FullCalendar v5.6.0
FullCalendar v5.7.0
Docs & License: https://fullcalendar.io/
(c) 2020 Adam Shaw
(c) 2021 Adam Shaw
*/

@@ -6,0 +6,0 @@ import './vdom.js';

{
"name": "@fullcalendar/core",
"version": "5.6.0",
"version": "5.7.0",
"title": "FullCalendar Core Package",

@@ -8,3 +8,3 @@ "description": "Provides core functionality, including the Calendar class",

"dependencies": {
"@fullcalendar/common": "~5.6.0",
"@fullcalendar/common": "~5.7.0",
"preact": "^10.0.5",

@@ -33,4 +33,4 @@ "tslib": "^2.0.3"

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

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

var preact = require('preact');
var preactCompat = require('preact/compat');

@@ -19,2 +20,3 @@ var globalObj = typeof globalThis !== 'undefined' ? globalThis : window; // // TODO: streamline when killing IE11 support

createContext: createContext,
createPortal: preactCompat.createPortal,
flushToDom: flushToDom,

@@ -21,0 +23,0 @@ unmountComponentAtNode: unmountComponentAtNode,

import * as preact from 'preact';
import * as preactCompat from 'preact/compat';
declare global {

@@ -17,2 +18,3 @@ namespace FullCalendarVDom {

export import createContext = preact.createContext;
export import createPortal = preactCompat.createPortal;
type VUIEvent = UIEvent;

@@ -19,0 +21,0 @@ function flushToDom(): void;

import { __extends } from 'tslib';
import { Component, createElement, render, createRef, Fragment, options, createContext as createContext$1 } from 'preact';
import { createPortal } from 'preact/compat';

@@ -16,2 +17,3 @@ var globalObj = typeof globalThis !== 'undefined' ? globalThis : window; // // TODO: streamline when killing IE11 support

createContext: createContext,
createPortal: createPortal,
flushToDom: flushToDom,

@@ -18,0 +20,0 @@ unmountComponentAtNode: unmountComponentAtNode,

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

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

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