Socket
Socket
Sign inDemoInstall

react-big-calendar

Package Overview
Dependencies
33
Maintainers
3
Versions
172
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.11.6 to 1.11.7

7

CHANGELOG.md

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

## [1.11.7](https://github.com/jquense/react-big-calendar/compare/v1.11.6...v1.11.7) (2024-04-25)
### Bug Fixes
* correcting doubleClick ([#2571](https://github.com/jquense/react-big-calendar/issues/2571)) ([775993c](https://github.com/jquense/react-big-calendar/commit/775993cee756c681a351678874007b175258714d)), closes [#2565](https://github.com/jquense/react-big-calendar/issues/2565)
## [1.11.6](https://github.com/jquense/react-big-calendar/compare/v1.11.5...v1.11.6) (2024-04-15)

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

4

lib/Header.js

@@ -8,3 +8,2 @@ "use strict";

exports.default = void 0;
var _propTypes = _interopRequireDefault(require("prop-types"));
var _react = _interopRequireDefault(require("react"));

@@ -18,5 +17,2 @@ var Header = function Header(_ref) {

};
Header.propTypes = process.env.NODE_ENV !== "production" ? {
label: _propTypes.default.node
} : {};
var _default = exports.default = Header;

@@ -343,3 +343,2 @@ "use strict";

this._initialEventData = null;
this._lastClickData = null;
if (!e) return;

@@ -346,0 +345,0 @@ var inRoot = !this.container || (0, _contains.default)(this.container(), e.target);

{
"name": "react-big-calendar",
"version": "1.11.6",
"version": "1.11.7",
"description": "Calendar! with events",

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

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 too big to display

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