Socket
Socket
Sign inDemoInstall

cronofy-elements

Package Overview
Dependencies
Maintainers
1
Versions
172
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.3.4 to 1.3.5

build/CronofyElements.v1.3.5-1-g6de13b2.js

2

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

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

@@ -60,5 +60,3 @@ import React, { useState, useContext } from "react";

const showCalendars =
calendars.active.length > 0 &&
calendars.active.length != calendars.all.length;
const showCalendars = calendars.active.length > 0;

@@ -128,3 +126,4 @@ const calendarsMarkup = showCalendars ? (

{calendarsMarkup}
{calendars.all.length > 0 ? (
{calendars.all.length > 0 &&
calendars.active.length < calendars.all.length ? (
<AddButton callback={handleCalendarSelection} />

@@ -131,0 +130,0 @@ ) : null}

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

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