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.15 to 1.0.16

8

dist/getPhoneEmailUrl.js

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

}
else if (hasOwnProperty_1.default(record, "phone")) {
if (hasOwnProperty_1.default(record, "phone")) {
phoneEmailUrl.phone.push(record);
}
else {
if (hasOwnProperty_1.default(record, "url")) {
phoneEmailUrl.url.push(record);

@@ -33,6 +33,6 @@ }

}
else if (hasOwnProperty_1.default(records, "phone")) {
if (hasOwnProperty_1.default(records, "phone")) {
phoneEmailUrl.phone.push(records);
}
else {
if (hasOwnProperty_1.default(records, "url")) {
phoneEmailUrl.url.push(records);

@@ -39,0 +39,0 @@ }

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