Socket
Socket
Sign inDemoInstall

react-day-picker

Package Overview
Dependencies
Maintainers
1
Versions
247
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-day-picker - npm Package Compare versions

Comparing version 1.0.9 to 1.0.10

6

lib/DayPicker.js

@@ -274,4 +274,3 @@ "use strict";

key: "handleNextMonthClick",
value: function handleNextMonthClick(e) {
e.stopPropagation();
value: function handleNextMonthClick() {
this.showNextMonth();

@@ -281,4 +280,3 @@ }

key: "handlePrevMonthClick",
value: function handlePrevMonthClick(e) {
e.stopPropagation();
value: function handlePrevMonthClick() {
this.showPreviousMonth();

@@ -285,0 +283,0 @@ }

{
"name": "react-day-picker",
"version": "1.0.9",
"version": "1.0.10",
"description": "Customizable date picker and calendar component for React.js",

@@ -5,0 +5,0 @@ "main": "./lib/DayPicker.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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