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

@mparticle/event-models

Package Overview
Dependencies
Maintainers
8
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.0.2 to 1.0.3

11

dist/index.d.ts

@@ -112,8 +112,3 @@ export interface ApplicationInformation {

}
export interface CCPAConsentState {
opted_out?: boolean;
timestamp_unixtime_ms?: number;
location?: string;
hardware_id?: string;
}
export declare type CCPAConsentState = Omit<GDPRConsentState, 'purpose'>;
export interface CommerceEvent {

@@ -173,3 +168,3 @@ data?: CommerceEventData;

ccpa?: {
[key: string]: CCPAConsentState;
data_sale_opt_out: CCPAConsentState;
};

@@ -308,3 +303,3 @@ }

export interface GDPRConsentState {
regulation?: string;
purpose?: string;
document?: string;

@@ -311,0 +306,0 @@ consented: boolean;

{
"name": "@mparticle/event-models",
"version": "1.0.2",
"version": "1.0.3",
"description": "",

@@ -43,2 +43,2 @@ "main": "dist/index.js",

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