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 0.0.3 to 0.0.4

8

dist/index.es.js

@@ -90,4 +90,8 @@ import { createElement, Component, Fragment } from 'react';

PopupText.prototype.componentDidMount = function () {
loadScript();
loadStyleSheet();
if (!document.querySelector("script[src=\"" + CALENDLY_SCRIPT_SOURCE + "\"]")) {
loadScript();
}
if (!document.querySelector("link[href=\"" + CALENDLY_STYLESHEET_SOURCE + "\"]")) {
loadStyleSheet();
}
};

@@ -94,0 +98,0 @@ PopupText.prototype.componentWillUnmount = function () {

@@ -94,4 +94,8 @@ 'use strict';

PopupText.prototype.componentDidMount = function () {
loadScript();
loadStyleSheet();
if (!document.querySelector("script[src=\"" + CALENDLY_SCRIPT_SOURCE + "\"]")) {
loadScript();
}
if (!document.querySelector("link[href=\"" + CALENDLY_STYLESHEET_SOURCE + "\"]")) {
loadStyleSheet();
}
};

@@ -98,0 +102,0 @@ PopupText.prototype.componentWillUnmount = function () {

{
"name": "react-calendly",
"version": "0.0.3",
"version": "0.0.4",
"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