Socket
Socket
Sign inDemoInstall

rc-calendar

Package Overview
Dependencies
7
Maintainers
5
Versions
239
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 9.12.1 to 9.12.3

2

es/RangeCalendar.js

@@ -123,3 +123,3 @@ import _extends from 'babel-runtime/helpers/extends';

if ('mode' in nextProps && !isArraysEqual(state.mode, nextProps.mode)) {
newState = { mode: nextProps.mode };
newState.mode = nextProps.mode;
}

@@ -126,0 +126,0 @@ return newState;

@@ -171,3 +171,3 @@ 'use strict';

if ('mode' in nextProps && !isArraysEqual(state.mode, nextProps.mode)) {
newState = { mode: nextProps.mode };
newState.mode = nextProps.mode;
}

@@ -174,0 +174,0 @@ return newState;

{
"name": "rc-calendar",
"version": "9.12.1",
"version": "9.12.3",
"description": "React Calendar",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc