Socket
Socket
Sign inDemoInstall

react-big-calendar

Package Overview
Dependencies
32
Maintainers
2
Versions
173
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.5.0 to 1.5.1

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [1.5.1](https://github.com/jquense/react-big-calendar/compare/v1.5.0...v1.5.1) (2022-11-09)
### Bug Fixes
* typo for prop titles ([#2298](https://github.com/jquense/react-big-calendar/issues/2298)) ([11fd6c8](https://github.com/jquense/react-big-calendar/commit/11fd6c83685bf6c0345623366247bcb294e6325c))
# [1.5.0](https://github.com/jquense/react-big-calendar/compare/v1.4.3...v1.5.0) (2022-07-19)

@@ -2,0 +9,0 @@

2

package.json
{
"name": "react-big-calendar",
"version": "1.5.0",
"version": "1.5.1",
"description": "Calendar! with events",

@@ -5,0 +5,0 @@ "author": {

# react-big-calendar
An events calendar component built for React and made for modern browsers (read: IE10+) and uses flexbox over the classic tables-ception approach.
An events calendar component built for React and made for modern browsers (read: not IE) and uses flexbox over the classic tables-caption approach.
<p align="center">
<img src="./assets/rbc-demo.gif" alt="Big Calendar Demo Image" />
</p>
[**DEMO and Docs**](https://jquense.github.io/react-big-calendar/examples/index.html)

@@ -48,3 +52,3 @@

const MyCalendar = props => (
const MyCalendar = (props) => (
<div>

@@ -70,3 +74,3 @@ <Calendar

const MyCalendar = props => (
const MyCalendar = (props) => (
<div>

@@ -106,3 +110,3 @@ <Calendar

const MyCalendar = props => (
const MyCalendar = (props) => (
<div>

@@ -109,0 +113,0 @@ <Calendar

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc