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.6 to 1.34.7

build/CronofyElements.v1.34.7.js

2

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

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

@@ -45,2 +45,3 @@ import React, { useState, useEffect } from "react";

singleProfile: options.single_profile,
type: false,
});

@@ -100,2 +101,3 @@ const [i18n, setI18n] = useState(

...status,
type: res["cronofy.type"],
loading: false,

@@ -181,5 +183,5 @@ reload: false,

) : (
<React.Fragment>
<>
{profiles.length ? (
<React.Fragment>
<>
{status.adding ? (

@@ -204,4 +206,4 @@ <ProvidersContext.Provider value={providers}>

)}
<Footer />
</React.Fragment>
{status.type === "account" && <Footer />}
</>
) : (

@@ -218,3 +220,3 @@ <ProvidersContext.Provider value={providers}>

)}
</React.Fragment>
</>
)}

@@ -221,0 +223,0 @@ </StatusContext.Provider>

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