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.9 to 1.0.10

dist/initials.d.ts

3

dist/index.d.ts

@@ -5,2 +5,3 @@ import formatAddress from "./formatAddress";

import getAttachmentPath from "./getAttachmentPath";
export { formatAddress, getClosestDay, getDatesBetweenDates, getAttachmentPath };
import initials from "./initials";
export { formatAddress, getClosestDay, getDatesBetweenDates, getAttachmentPath, initials };

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.getAttachmentPath = exports.getDatesBetweenDates = exports.getClosestDay = exports.formatAddress = void 0;
exports.initials = exports.getAttachmentPath = exports.getDatesBetweenDates = exports.getClosestDay = exports.formatAddress = void 0;
var formatAddress_1 = __importDefault(require("./formatAddress"));

@@ -16,1 +16,3 @@ exports.formatAddress = formatAddress_1.default;

exports.getAttachmentPath = getAttachmentPath_1.default;
var initials_1 = __importDefault(require("./initials"));
exports.initials = initials_1.default;
{
"name": "@eventric/mastertour",
"version": "1.0.9",
"version": "1.0.10",
"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