New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

node-calendly

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-calendly - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

4

lib/endpoints/ScheduledEvents.js

@@ -74,6 +74,6 @@ "use strict";

if (params.max_start_time) {
queryParams.push(`max_start_time=${params.max_start_time.toISOString}`);
queryParams.push(`max_start_time=${params.max_start_time.toISOString()}`);
}
if (params.min_start_time) {
queryParams.push(`min_start_time=${params.min_start_time.toISOString}`);
queryParams.push(`min_start_time=${params.min_start_time.toISOString()}`);
}

@@ -80,0 +80,0 @@ if (params.organization) {

{
"name": "node-calendly",
"version": "1.0.4",
"version": "1.0.5",
"description": "Node module to access calendly api.",

@@ -5,0 +5,0 @@ "main": "./lib/Calendly.js",

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