Socket
Socket
Sign inDemoInstall

@ericz1803/react-google-calendar

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ericz1803/react-google-calendar - npm Package Compare versions

Comparing version 4.2.0 to 4.2.1

6

languages/index.js

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

exports.Languages = exports.availableLanguages = void 0;
var availableLanguages = ['ES', 'PT', 'FR'];
var availableLanguages = ['ES', 'PT', 'FR', 'SL'];
exports.availableLanguages = availableLanguages;

@@ -26,4 +26,8 @@ var Languages = {

DAYS: ["Dim", "Lun", "Mar", "Mer", "Jeu", "Ven", "Sam"]
},
SL: {
MONTHS: ["Januar", "Februar", "Marec", "April", "Maj", "Junij", "Julij", "Avgust", "September", "Oktober", "November", "December"],
DAYS: ["Ned", "Pon", "Tor", "Sre", "Čet", "Pet", "Sob"]
}
};
exports.Languages = Languages;

2

package.json
{
"name": "@ericz1803/react-google-calendar",
"version": "4.2.0",
"version": "4.2.1",
"description": "React Google Calendar Component",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -65,3 +65,3 @@ # React Google Calendar

| `showFooter` | boolean | whether or not to show footer (optional, defaults to `true`) |
| `language` | string | Available options : 'ES', 'PT', 'FR', default: 'EN' |
| `language` | string | Available options : 'ES', 'PT', 'FR', 'SL' default: 'EN' |

@@ -68,0 +68,0 @@ ### Customization

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