Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@mparticle/event-models

Package Overview
Dependencies
Maintainers
9
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mparticle/event-models - npm Package Compare versions

Comparing version 1.1.0-alpha.1 to 1.1.0-alpha.2

22

dist/index.d.ts

@@ -130,2 +130,11 @@ export interface ApplicationInformation {

other_id_4?: string;
other_id_5?: string;
other_id_6?: string;
other_id_7?: string;
other_id_8?: string;
other_id_9?: string;
other_id_10?: string;
mobile_number?: string;
phone_number_2?: string;
phone_number_3?: string;
}

@@ -450,5 +459,14 @@ export interface BreadcrumbEvent {

otherId3 = "other_id_3",
otherId4 = "other_id_4"
otherId4 = "other_id_4",
otherId5 = "other_id_5",
otherId6 = "other_id_6",
otherId7 = "other_id_7",
otherId8 = "other_id_8",
otherId9 = "other_id_9",
otherId10 = "other_id_10",
mobileNumber = "mobile_number",
phoneNumber2 = "phone_number_2",
phoneNumber3 = "phone_number_3"
}
export declare type IdentityType = IdentityTypeEnum.other | IdentityTypeEnum.customerId | IdentityTypeEnum.facebook | IdentityTypeEnum.twitter | IdentityTypeEnum.google | IdentityTypeEnum.microsoft | IdentityTypeEnum.yahoo | IdentityTypeEnum.email | IdentityTypeEnum.alias | IdentityTypeEnum.facebookCustomAudienceId | IdentityTypeEnum.otherId2 | IdentityTypeEnum.otherId3 | IdentityTypeEnum.otherId4;
export declare type IdentityType = IdentityTypeEnum.other | IdentityTypeEnum.customerId | IdentityTypeEnum.facebook | IdentityTypeEnum.twitter | IdentityTypeEnum.google | IdentityTypeEnum.microsoft | IdentityTypeEnum.yahoo | IdentityTypeEnum.email | IdentityTypeEnum.alias | IdentityTypeEnum.facebookCustomAudienceId | IdentityTypeEnum.otherId2 | IdentityTypeEnum.otherId3 | IdentityTypeEnum.otherId4 | IdentityTypeEnum.otherId5 | IdentityTypeEnum.otherId6 | IdentityTypeEnum.otherId7 | IdentityTypeEnum.otherId8 | IdentityTypeEnum.otherId9 | IdentityTypeEnum.otherId10 | IdentityTypeEnum.mobileNumber | IdentityTypeEnum.phoneNumber2 | IdentityTypeEnum.phoneNumber3;
export interface NetworkPerformanceEvent {

@@ -455,0 +473,0 @@ data?: NetworkPerformanceEventData;

@@ -194,2 +194,11 @@ "use strict";

IdentityTypeEnum["otherId4"] = "other_id_4";
IdentityTypeEnum["otherId5"] = "other_id_5";
IdentityTypeEnum["otherId6"] = "other_id_6";
IdentityTypeEnum["otherId7"] = "other_id_7";
IdentityTypeEnum["otherId8"] = "other_id_8";
IdentityTypeEnum["otherId9"] = "other_id_9";
IdentityTypeEnum["otherId10"] = "other_id_10";
IdentityTypeEnum["mobileNumber"] = "mobile_number";
IdentityTypeEnum["phoneNumber2"] = "phone_number_2";
IdentityTypeEnum["phoneNumber3"] = "phone_number_3";
})(IdentityTypeEnum = exports.IdentityTypeEnum || (exports.IdentityTypeEnum = {}));

@@ -196,0 +205,0 @@ /**

4

package.json
{
"name": "@mparticle/event-models",
"version": "1.1.0-alpha.1",
"version": "1.1.0-alpha.2",
"description": "",

@@ -42,3 +42,3 @@ "main": "dist/index.js",

},
"gitHead": "a7a63b5a8098b5bebd18b40816bfa08f3f64fc69"
"gitHead": "ab0d6586e10b76e69d745b364b2e583e1b45ce21"
}
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