Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@eventric/mastertour

Package Overview
Dependencies
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eventric/mastertour - npm Package Compare versions

Comparing version 1.0.14 to 1.0.15

9

dist/index.d.ts
import compareStrings from "./compareStrings";
import formatAddress from "./formatAddress";
import getAttachmentPath from "./getAttachmentPath";
import getClosestDay from "./getClosestDay";
import getContactInfo from "./getContactInfo";
import getDatesBetweenDates from "./getDatesBetweenDates";
import getClosestDay from "./getClosestDay";
import getAttachmentPath from "./getAttachmentPath";
import getPhoneEmailUrl from "./getPhoneEmailUrl";
import hasOwnProperty from "./hasOwnProperty";
import initials from "./initials";
import isValidTimeZone from "./isValidTimeZone";
export { compareStrings, formatAddress, getClosestDay, getDatesBetweenDates, getAttachmentPath, initials, isValidTimeZone, };
export { compareStrings, formatAddress, getAttachmentPath, getClosestDay, getContactInfo, getDatesBetweenDates, getPhoneEmailUrl, hasOwnProperty, initials, isValidTimeZone, };

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.isValidTimeZone = exports.initials = exports.getAttachmentPath = exports.getDatesBetweenDates = exports.getClosestDay = exports.formatAddress = exports.compareStrings = void 0;
exports.isValidTimeZone = exports.initials = exports.hasOwnProperty = exports.getPhoneEmailUrl = exports.getDatesBetweenDates = exports.getContactInfo = exports.getClosestDay = exports.getAttachmentPath = exports.formatAddress = exports.compareStrings = void 0;
var compareStrings_1 = __importDefault(require("./compareStrings"));

@@ -12,8 +12,14 @@ exports.compareStrings = compareStrings_1.default;

exports.formatAddress = formatAddress_1.default;
var getAttachmentPath_1 = __importDefault(require("./getAttachmentPath"));
exports.getAttachmentPath = getAttachmentPath_1.default;
var getClosestDay_1 = __importDefault(require("./getClosestDay"));
exports.getClosestDay = getClosestDay_1.default;
var getContactInfo_1 = __importDefault(require("./getContactInfo"));
exports.getContactInfo = getContactInfo_1.default;
var getDatesBetweenDates_1 = __importDefault(require("./getDatesBetweenDates"));
exports.getDatesBetweenDates = getDatesBetweenDates_1.default;
var getClosestDay_1 = __importDefault(require("./getClosestDay"));
exports.getClosestDay = getClosestDay_1.default;
var getAttachmentPath_1 = __importDefault(require("./getAttachmentPath"));
exports.getAttachmentPath = getAttachmentPath_1.default;
var getPhoneEmailUrl_1 = __importDefault(require("./getPhoneEmailUrl"));
exports.getPhoneEmailUrl = getPhoneEmailUrl_1.default;
var hasOwnProperty_1 = __importDefault(require("./hasOwnProperty"));
exports.hasOwnProperty = hasOwnProperty_1.default;
var initials_1 = __importDefault(require("./initials"));

@@ -20,0 +26,0 @@ exports.initials = initials_1.default;

{
"name": "@eventric/mastertour",
"version": "1.0.14",
"version": "1.0.15",
"description": "A library for interacting programmatically with the Master Tour platform",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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