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.6 to 1.0.7

6

dist/types/mtDataTypes.d.ts
export interface MasterTourData {
[key: string]: any;
createdBy: string;
createdDate: string | number;
createdDate: string | number | Date;
id: string;

@@ -9,5 +9,5 @@ isDeleted: number;

modifiedBy: string;
modifiedDate: string | number;
modifiedDate: string | number | Date;
syncChecksum: string;
syncDate: string | number;
syncDate: string | number | Date;
syncId: number;

@@ -14,0 +14,0 @@ voType?: string;

{
"name": "@eventric/mastertour",
"version": "1.0.6",
"version": "1.0.7",
"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