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.6.0 to 5.7.0

3

lib/client.js

@@ -120,3 +120,4 @@ "use strict";

status: params === null || params === void 0 ? void 0 : params.status,
tags: params === null || params === void 0 ? void 0 : params.tags
tags: params === null || params === void 0 ? void 0 : params.tags,
traceId: params === null || params === void 0 ? void 0 : params.traceId
}

@@ -123,0 +124,0 @@ })];

@@ -115,2 +115,3 @@ import { ICourierClientAudiences } from "./audiences/types";

tags?: string | string[];
traceId?: string;
}

@@ -117,0 +118,0 @@ export interface ICourierMessagesGetResponse {

{
"name": "@trycourier/courier",
"version": "5.6.0",
"version": "5.7.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