New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 4.0.0 to 4.0.1

4

dist/index.es.js

@@ -102,4 +102,4 @@ import { createElement, Component, Fragment, useEffect } from 'react';

lastName ? "last_name=" + encodeURIComponent(lastName) : null,
guests ? "guests=" + guests.join(",") : null,
email ? "email=" + email : null,
guests ? "guests=" + guests.map(encodeURIComponent).join(",") : null,
email ? "email=" + encodeURIComponent(email) : null,
date && date instanceof Date ? "date=" + formatDate(date) : null,

@@ -106,0 +106,0 @@ utmCampaign ? "utm_campaign=" + encodeURIComponent(utmCampaign) : null,

@@ -106,4 +106,4 @@ 'use strict';

lastName ? "last_name=" + encodeURIComponent(lastName) : null,
guests ? "guests=" + guests.join(",") : null,
email ? "email=" + email : null,
guests ? "guests=" + guests.map(encodeURIComponent).join(",") : null,
email ? "email=" + encodeURIComponent(email) : null,
date && date instanceof Date ? "date=" + formatDate(date) : null,

@@ -110,0 +110,0 @@ utmCampaign ? "utm_campaign=" + encodeURIComponent(utmCampaign) : null,

{
"name": "react-calendly",
"version": "4.0.0",
"version": "4.0.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