New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@trycourier/courier

Package Overview
Dependencies
Maintainers
2
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 3.2.0 to 3.2.1

7

CHANGELOG.md

@@ -8,2 +8,6 @@ # Change Log

## [v3.2.1] - 2022-01-13
- Fixes `getMessages` query params
## [v3.2.0] - 2021-11-18

@@ -189,3 +193,4 @@

[unreleased]: https://github.com/trycourier/courier-node/compare/v3.2.0...HEAD
[unreleased]: https://github.com/trycourier/courier-node/compare/v3.2.1...HEAD
[v3.2.1]: https://github.com/trycourier/courier-node/compare/v3.2.0...v3.2.1
[v3.2.0]: https://github.com/trycourier/courier-node/compare/v3.1.0...v3.2.0

@@ -192,0 +197,0 @@ [v3.1.0]: https://github.com/trycourier/courier-node/compare/v3.0.0...v3.1.0

16

lib/client.js

@@ -123,9 +123,11 @@ "use strict";

case 0: return [4 /*yield*/, options.httpClient.get("/messages", {
cursor: params === null || params === void 0 ? void 0 : params.cursor,
event: params === null || params === void 0 ? void 0 : params.eventId,
list: params === null || params === void 0 ? void 0 : params.listId,
messageId: params === null || params === void 0 ? void 0 : params.messageId,
notification: params === null || params === void 0 ? void 0 : params.notificationId,
recipient: params === null || params === void 0 ? void 0 : params.recipientId,
status: params === null || params === void 0 ? void 0 : params.status
params: {
cursor: params === null || params === void 0 ? void 0 : params.cursor,
event: params === null || params === void 0 ? void 0 : params.eventId,
list: params === null || params === void 0 ? void 0 : params.listId,
messageId: params === null || params === void 0 ? void 0 : params.messageId,
notification: params === null || params === void 0 ? void 0 : params.notificationId,
recipient: params === null || params === void 0 ? void 0 : params.recipientId,
status: params === null || params === void 0 ? void 0 : params.status
}
})];

@@ -132,0 +134,0 @@ case 1:

{
"name": "@trycourier/courier",
"version": "3.2.0",
"version": "3.2.1",
"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