Socket
Socket
Sign inDemoInstall

react-big-calendar

Package Overview
Dependencies
33
Maintainers
3
Versions
174
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.8.5 to 1.8.6

7

CHANGELOG.md

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

## [1.8.6](https://github.com/jquense/react-big-calendar/compare/v1.8.5...v1.8.6) (2024-01-08)
### Bug Fixes
* **DnD:** dragAndDrop EventWrapper.js error: cannot add property 'X', object is not extensible ([0c4826a](https://github.com/jquense/react-big-calendar/commit/0c4826a70378de7923bd772b15d481e3c30c530b))
## [1.8.5](https://github.com/jquense/react-big-calendar/compare/v1.8.4...v1.8.5) (2023-10-30)

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

3

lib/addons/dragAndDrop/EventWrapper.js

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

exports.default = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _classCallCheck2 = _interopRequireDefault(require("@babel/runtime/helpers/classCallCheck"));

@@ -51,3 +52,3 @@ var _createClass2 = _interopRequireDefault(require("@babel/runtime/helpers/createClass"));

if (!isResizeHandle) {
var extendedEvent = _this.props.event;
var extendedEvent = (0, _objectSpread2.default)({}, _this.props.event);
extendedEvent.sourceResource = _this.props.resource;

@@ -54,0 +55,0 @@ _this.context.draggable.onBeginAction(_this.props.event, 'move');

@@ -67,2 +67,4 @@ "use strict";

}, props), /*#__PURE__*/_react.default.createElement("div", {
role: "button",
tabIndex: 0,
onClick: onClick,

@@ -69,0 +71,0 @@ onDoubleClick: onDoubleClick,

{
"name": "react-big-calendar",
"version": "1.8.5",
"version": "1.8.6",
"description": "Calendar! with events",

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

@@ -168,2 +168,2 @@ # react-big-calendar

Help us improve Big Calendar! Join us on [Slack](https://join.slack.com/t/bigcalendar/shared_invite/zt-1ml1j99af-qIvqOfosMog1W7WxM0~j2Q).
Help us improve Big Calendar! Join us on [Slack](https://join.slack.com/t/bigcalendar/shared_invite/zt-29tzjbk9e-xCqhIAPbOpXiVcetK9bC0g).

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