Socket
Socket
Sign inDemoInstall

react-big-calendar

Package Overview
Dependencies
Maintainers
2
Versions
180
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-big-calendar - npm Package Compare versions

Comparing version 1.2.4 to 1.3.0

7

CHANGELOG.md

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

# [1.3.0](https://github.com/jquense/react-big-calendar/compare/v1.2.4...v1.3.0) (2022-07-11)
### Features
* use custom event wrapper when dragging ([#2221](https://github.com/jquense/react-big-calendar/issues/2221)) ([73ed69a](https://github.com/jquense/react-big-calendar/commit/73ed69ad39383a5a19f90150a373e9f0038c2dee)), closes [#1864](https://github.com/jquense/react-big-calendar/issues/1864)
## [1.2.4](https://github.com/jquense/react-big-calendar/compare/v1.2.3...v1.2.4) (2022-07-11)

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

6

lib/addons/dragAndDrop/EventContainerWrapper.js

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

var _NoopWrapper = _interopRequireDefault(require("../../NoopWrapper"));
var EventContainerWrapper = /*#__PURE__*/function (_React$Component) {

@@ -304,5 +302,3 @@ (0, _inherits2.default)(EventContainerWrapper, _React$Component);

getters: getters,
components: (0, _objectSpread2.default)((0, _objectSpread2.default)({}, components), {}, {
eventWrapper: _NoopWrapper.default
}),
components: (0, _objectSpread2.default)({}, components),
accessors: (0, _objectSpread2.default)((0, _objectSpread2.default)({}, accessors), _common.dragAccessors),

@@ -309,0 +305,0 @@ continuesPrior: startsBeforeDay,

{
"name": "react-big-calendar",
"version": "1.2.4",
"version": "1.3.0",
"description": "Calendar! with events",

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

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