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 1.1.0 to 1.1.1

typings/components/stories/Components.stories.d.ts

8

dist/index.es.js

@@ -399,3 +399,9 @@ import { createElement, Component, createRef, Fragment } from 'react';

(this.node.height = "100%"),
(this.node.frameBorder = "0"));
(this.node.frameBorder = "0"),
(this.node.onload = function () {
var calendlySpinnerElement = document.querySelector(".calendly-spinner");
if (calendlySpinnerElement) {
calendlySpinnerElement.style.visibility = "hidden";
}
}));
}),

@@ -402,0 +408,0 @@ (t.prototype.inject = function () {

@@ -403,3 +403,9 @@ 'use strict';

(this.node.height = "100%"),
(this.node.frameBorder = "0"));
(this.node.frameBorder = "0"),
(this.node.onload = function () {
var calendlySpinnerElement = document.querySelector(".calendly-spinner");
if (calendlySpinnerElement) {
calendlySpinnerElement.style.visibility = "hidden";
}
}));
}),

@@ -406,0 +412,0 @@ (t.prototype.inject = function () {

2

package.json
{
"name": "react-calendly",
"version": "1.1.0",
"version": "1.1.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