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.5 to 1.0.6

dist/getAttachmentPath.d.ts

3

dist/index.d.ts
import getDatesBetweenDates from "./getDatesBetweenDates";
import getClosestDay from "./getClosestDay";
export { getClosestDay, getDatesBetweenDates };
import getAttachmentPath from "./getAttachmentPath";
export { getClosestDay, getDatesBetweenDates, getAttachmentPath };

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

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

@@ -12,1 +12,3 @@ exports.getDatesBetweenDates = getDatesBetweenDates_1.default;

exports.getClosestDay = getClosestDay_1.default;
var getAttachmentPath_1 = __importDefault(require("./getAttachmentPath"));
exports.getAttachmentPath = getAttachmentPath_1.default;

@@ -17,5 +17,5 @@ export interface MasterTourData {

[key: string]: any;
tourId?: string;
tourId: string;
name?: string;
dayDate?: Date;
dayDate: Date;
dayType?: string;

@@ -35,1 +35,12 @@ generalNotes?: string;

}
export interface Attachment extends MasterTourData {
organizationId: string;
filename: string;
filesize: number;
metadata: object;
mimetype: string;
parentVo: string;
parentId: string;
subtype: string;
isUploaded: boolean;
}
{
"name": "@eventric/mastertour",
"version": "1.0.5",
"version": "1.0.6",
"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