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.7 to 1.0.8

6

dist/types/mtDataTypes.d.ts

@@ -6,7 +6,7 @@ export interface MasterTourData {

id: string;
isDeleted: number;
isDeleted: number | boolean;
isOrganizationVO?: boolean;
modifiedBy: string;
modifiedDate: string | number | Date;
syncChecksum: string;
syncChecksum: string | boolean;
syncDate: string | number | Date;

@@ -44,3 +44,3 @@ syncId: number;

subtype: string;
isUploaded: boolean;
isUploaded: boolean | number;
}
{
"name": "@eventric/mastertour",
"version": "1.0.7",
"version": "1.0.8",
"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