New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-persian-calendar-date-picker

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-persian-calendar-date-picker - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

14

lib/Calendar.js

@@ -224,3 +224,3 @@ "use strict";

var handleMonthClick = function handleMonthClick(e, direction) {
var handleMonthClick = function handleMonthClick(direction) {
setMainState(_objectSpread({}, mainState, {

@@ -259,6 +259,6 @@ status: direction

className: "Calendar__monthArrowWrapper -right",
onClick: function onClick(e) {
return handleMonthClick(e, 'NEXT');
onClick: function onClick() {
return handleMonthClick('PREVIOUS');
},
"aria-label": "\u0645\u0627\u0647 \u0628\u0639\u062F",
"aria-label": "\u0645\u0627\u0647 \u0642\u0628\u0644",
type: "button"

@@ -279,6 +279,6 @@ }, _react["default"].createElement("span", {

className: "Calendar__monthArrowWrapper -left",
onClick: function onClick(e) {
return handleMonthClick(e, 'PREVIOUS');
onClick: function onClick() {
return handleMonthClick('NEXT');
},
"aria-label": "\u0645\u0627\u0647 \u0642\u0628\u0644",
"aria-label": "\u0645\u0627\u0647 \u0628\u0639\u062F",
type: "button"

@@ -285,0 +285,0 @@ }, _react["default"].createElement("span", {

{
"name": "react-persian-calendar-date-picker",
"version": "1.0.0",
"version": "1.0.1",
"description": "A lightweight, customizable, Persian date picker for React",

@@ -29,2 +29,10 @@ "main": "lib/index.js",

"license": "MIT",
"keywords": [
"react",
"persian",
"calendar",
"datepicker",
"datepicker-range",
"datepicker-component"
],
"size-limit": [

@@ -31,0 +39,0 @@ {

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