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

@trycourier/courier

Package Overview
Dependencies
Maintainers
3
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trycourier/courier - npm Package Compare versions

Comparing version 5.0.0 to 5.1.0

6

lib/send/types.d.ts

@@ -167,2 +167,5 @@ export interface IBrandSnippet {

}
export interface MessageContext {
tenant_id?: string;
}
export interface MessageData extends Record<string, any> {

@@ -244,2 +247,3 @@ }

account_id?: string;
context?: MessageContext;
data?: MessageData;

@@ -251,2 +255,3 @@ email?: string;

preferences?: IProfilePreferences;
tenant_id?: string;
}

@@ -274,2 +279,3 @@ export declare type Recipient = AudienceRecipient | ListRecipient | ListPatternRecipient | UserRecipient;

channels?: MessageChannels;
context?: MessageContext;
data?: MessageData;

@@ -276,0 +282,0 @@ metadata?: MessageMetadata;

2

package.json
{
"name": "@trycourier/courier",
"version": "5.0.0",
"version": "5.1.0",
"description": "A node.js module for communicating with the Courier REST API.",

@@ -5,0 +5,0 @@ "main": "lib/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