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

@fullcalendar/react

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/react - npm Package Compare versions

Comparing version 5.6.0 to 5.7.0

1

dist/vdom.cjs.js

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

createContext: React.createContext,
createPortal: reactDom.createPortal,
flushToDom: flushToDom,

@@ -17,0 +18,0 @@ unmountComponentAtNode: reactDom.unmountComponentAtNode

@@ -20,2 +20,3 @@ import * as react from 'react';

export import createContext = react.createContext;
export import createPortal = reactDom.createPortal;
type VUIEvent = react.UIEvent;

@@ -22,0 +23,0 @@ function flushToDom(): void;

@@ -10,2 +10,3 @@ import * as react from 'react';

createContext: react.createContext,
createPortal: reactDom.createPortal,
flushToDom: flushToDom,

@@ -12,0 +13,0 @@ unmountComponentAtNode: reactDom.unmountComponentAtNode

8

package.json
{
"name": "@fullcalendar/react",
"version": "5.6.0",
"version": "5.7.0",
"title": "FullCalendar React Component",

@@ -43,3 +43,3 @@ "description": "An official FullCalendar component for React",

"dependencies": {
"@fullcalendar/common": "~5.6.0",
"@fullcalendar/common": "~5.7.0",
"tslib": "^2.0.3"

@@ -55,3 +55,3 @@ },

"@babel/preset-react": "^7.9.4",
"@fullcalendar/daygrid": "~5.6.0",
"@fullcalendar/daygrid": "~5.7.0",
"@rollup/plugin-babel": "^5.0.0",

@@ -76,3 +76,3 @@ "@rollup/plugin-commonjs": "^11.1.0",

"eslint-plugin-standard": "^4.0.1",
"karma": "^5.2.3",
"karma": "^6.3.2",
"karma-chrome-launcher": "^3.1.0",

@@ -79,0 +79,0 @@ "karma-jasmine": "^4.0.1",

@@ -29,2 +29,3 @@ import * as react from 'react'

export import createContext = react.createContext
export import createPortal = reactDom.createPortal
export type VUIEvent = react.UIEvent

@@ -46,2 +47,3 @@ export function flushToDom(): void

createContext: react.createContext,
createPortal: reactDom.createPortal,
flushToDom,

@@ -48,0 +50,0 @@ unmountComponentAtNode: reactDom.unmountComponentAtNode

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