calendar-link
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -8,3 +8,3 @@ "use strict"; | ||
const utc_1 = __importDefault(require("dayjs/plugin/utc")); | ||
const querystring_1 = require("querystring"); | ||
const query_string_1 = require("query-string"); | ||
const utils_1 = require("./utils"); | ||
@@ -50,3 +50,3 @@ dayjs_1.default.extend(utc_1.default); | ||
} | ||
return `https://calendar.google.com/calendar/render?${querystring_1.stringify(details)}`; | ||
return `https://calendar.google.com/calendar/render?${query_string_1.stringify(details)}`; | ||
}; | ||
@@ -71,3 +71,3 @@ exports.outlook = (event) => { | ||
}; | ||
return `https://outlook.live.com/owa/?${querystring_1.stringify(details)}`; | ||
return `https://outlook.live.com/owa/?${query_string_1.stringify(details)}`; | ||
}; | ||
@@ -91,3 +91,3 @@ exports.yahoo = (event) => { | ||
}; | ||
return `https://calendar.yahoo.com/?${querystring_1.stringify(details)}`; | ||
return `https://calendar.yahoo.com/?${query_string_1.stringify(details)}`; | ||
}; | ||
@@ -94,0 +94,0 @@ exports.ics = (event) => { |
{ | ||
"name": "calendar-link", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17538