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

react-calendly

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-calendly - npm Package Compare versions

Comparing version 3.0.0-beta.0 to 3.0.0-beta.1

5

dist/index.es.js

@@ -82,4 +82,3 @@ import { createElement, Component, Fragment } from 'react';

var formatCalendlyUrl = function (_a) {
var _b;
var url = _a.url, _c = _a.prefill, prefill = _c === void 0 ? {} : _c, _d = _a.pageSettings, pageSettings = _d === void 0 ? {} : _d, _e = _a.utm, utm = _e === void 0 ? {} : _e, embedType = _a.embedType;
var url = _a.url, _b = _a.prefill, prefill = _b === void 0 ? {} : _b, _c = _a.pageSettings, pageSettings = _c === void 0 ? {} : _c, _d = _a.utm, utm = _d === void 0 ? {} : _d, embedType = _a.embedType;
var backgroundColor = pageSettings.backgroundColor, hideEventTypeDetails = pageSettings.hideEventTypeDetails, hideLandingPageDetails = pageSettings.hideLandingPageDetails, primaryColor = pageSettings.primaryColor, textColor = pageSettings.textColor, hideGdprBanner = pageSettings.hideGdprBanner;

@@ -117,3 +116,3 @@ var customAnswers = prefill.customAnswers, date = prefill.date, email = prefill.email, firstName = prefill.firstName, guests = prefill.guests, lastName = prefill.lastName, location = prefill.location, name = prefill.name;

*/
"embed_domain=" + (((_b = document === null || document === void 0 ? void 0 : document.location) === null || _b === void 0 ? void 0 : _b.host) || 1),
"embed_domain=1",
]

@@ -120,0 +119,0 @@ .concat(customAnswers ? formatCustomAnswers(customAnswers) : [])

@@ -86,4 +86,3 @@ 'use strict';

var formatCalendlyUrl = function (_a) {
var _b;
var url = _a.url, _c = _a.prefill, prefill = _c === void 0 ? {} : _c, _d = _a.pageSettings, pageSettings = _d === void 0 ? {} : _d, _e = _a.utm, utm = _e === void 0 ? {} : _e, embedType = _a.embedType;
var url = _a.url, _b = _a.prefill, prefill = _b === void 0 ? {} : _b, _c = _a.pageSettings, pageSettings = _c === void 0 ? {} : _c, _d = _a.utm, utm = _d === void 0 ? {} : _d, embedType = _a.embedType;
var backgroundColor = pageSettings.backgroundColor, hideEventTypeDetails = pageSettings.hideEventTypeDetails, hideLandingPageDetails = pageSettings.hideLandingPageDetails, primaryColor = pageSettings.primaryColor, textColor = pageSettings.textColor, hideGdprBanner = pageSettings.hideGdprBanner;

@@ -121,3 +120,3 @@ var customAnswers = prefill.customAnswers, date = prefill.date, email = prefill.email, firstName = prefill.firstName, guests = prefill.guests, lastName = prefill.lastName, location = prefill.location, name = prefill.name;

*/
"embed_domain=" + (((_b = document === null || document === void 0 ? void 0 : document.location) === null || _b === void 0 ? void 0 : _b.host) || 1),
"embed_domain=1",
]

@@ -124,0 +123,0 @@ .concat(customAnswers ? formatCustomAnswers(customAnswers) : [])

2

package.json
{
"name": "react-calendly",
"version": "3.0.0-beta.0",
"version": "3.0.0-beta.1",
"description": "Calendly integration for React apps",

@@ -5,0 +5,0 @@ "author": "tcampb",

Sorry, the diff of this file is not supported yet

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