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
61
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.1.0 to 5.2.0

6

CHANGELOG.md
v5.2.0 (2020-07-30)
-------------------
bugfix: dayMinWidth causes error "NowTimer(...): Nothing was returned from render..." (#80)
4.2.0 (2019-06-02)

@@ -3,0 +9,0 @@ ------------------

2

dist/vdom.js
import * as react from 'react';
import * as reactDom from 'react-dom';
window.FullCalendarVDom = {
(typeof globalThis !== 'undefined' ? globalThis : window).FullCalendarVDom = {
Component: react.Component,

@@ -5,0 +5,0 @@ createElement: react.createElement,

{
"name": "@fullcalendar/react",
"version": "5.1.0",
"version": "5.2.0",
"title": "FullCalendar React Component",

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

},
"type": "module",
"main": "dist/main.js",

@@ -31,11 +32,11 @@ "types": "dist/main.d.ts",

"rollup:watch": "rollup -c --watch",
"karma": "karma start --browsers ChromeHeadless --single-run --no-auto-watch",
"karma:watch": "karma start",
"karma": "karma start karma.config.cjs --browsers ChromeHeadless --single-run --no-auto-watch",
"karma:watch": "karma start karma.config.cjs",
"test": "npm run rollup && npm run karma",
"test:watch": "npm run rollup && concurrently 'npm:rollup:watch' 'npm:karma:watch'",
"lint": "eslint -c eslint.config.js tests --ext .js,.jsx",
"lint": "eslint -c eslint.config.cjs tests --ext .js,.jsx",
"ci": "./scripts/ci.sh"
},
"dependencies": {
"@fullcalendar/common": "~5.1.0",
"@fullcalendar/common": "~5.2.0",
"tslib": "^2.0.0"

@@ -51,3 +52,3 @@ },

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

@@ -54,0 +55,0 @@ "@rollup/plugin-commonjs": "^11.1.0",

@@ -37,3 +37,3 @@ import * as react from 'react'

window.FullCalendarVDom = {
(typeof globalThis !== 'undefined' ? globalThis : window).FullCalendarVDom = { // TODO: streamline when killing IE11 support
Component: react.Component,

@@ -40,0 +40,0 @@ createElement: react.createElement,

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