Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cronofy-elements

Package Overview
Dependencies
Maintainers
3
Versions
175
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cronofy-elements - npm Package Compare versions

Comparing version 1.34.4 to 1.34.5

build/CronofyElements.v1.34.5.js

2

package.json
{
"name": "cronofy-elements",
"version": "1.34.4",
"version": "1.34.5",
"description": "Fast track scheduling with Cronofy's embeddable UI Elements",

@@ -5,0 +5,0 @@ "main": "build/npm/CronofyElements.js",

@@ -57,8 +57,5 @@ import {

: false;
const availableDays = hasAnySlots
? getAvailableDays(slotsObject, state.tzid)
: false;
const availableDays = hasAnySlots ? getAvailableDays(slotsObject, state.tzid) : false;
return {
...state,
columnView: hasAnySlots ? "slots" : "no-slots",
selectedDay,

@@ -78,6 +75,10 @@ focusedDay: selectedDay,

const hasAnySlots = Object.keys(slotsObject).length > 1;
const selectedDay = hasAnySlots
? getFirstAvailableDay(slotsObject, state.selectedTzid.tzid)
: false;
return {
...state,
columnView: hasAnySlots ? "slots" : "no-slots",
slots: slotsObject,
selectedDay,
focusedDay: selectedDay,
slotFetchCount: state.slotFetchCount + 1,

@@ -84,0 +85,0 @@ };

@@ -6,3 +6,3 @@ {

"confirm_slot_title": "Uhrzeit bestätigen",
"duration_label": "Dauer:",
"duration_label": "Dauer",
"minutes": "Minuten",

@@ -9,0 +9,0 @@ "nav_previous_month": "Zurück",

@@ -6,3 +6,3 @@ {

"confirm_slot_title": "Confirmer l'heure",
"duration_label": "Durée:",
"duration_label": "Durée",
"minutes": "minutes",

@@ -9,0 +9,0 @@ "nav_previous_month": "Précédent",

Sorry, the diff of this file is too big to display

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