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
1
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 1.6.1 to 1.6.2

10

CHANGELOG.md

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

## [v1.6.2] - 2021-01-19
### Fixed
- Bumped [axios](https://www.npmjs.com/package/axios) to version 0.21.1
- Updated types for Send to List Parameters by @rileylnapier
## [v1.6.1] - 2020-09-23

@@ -105,3 +112,4 @@

[unreleased]: https://github.com/trycourier/courier-python/compare/v1.6.1...HEAD
[unreleased]: https://github.com/trycourier/courier-python/compare/v1.6.2...HEAD
[v1.6.2]: https://github.com/trycourier/courier-python/compare/v1.6.1...v1.6.2
[v1.6.1]: https://github.com/trycourier/courier-python/compare/v1.6.0...v1.6.1

@@ -108,0 +116,0 @@ [v1.6.0]: https://github.com/trycourier/courier-python/compare/v1.5.0...v1.6.0

7

lib/types.d.ts

@@ -35,3 +35,3 @@ import { AxiosRequestConfig } from "axios";

}
export interface ICourierSendListOrPatternParams {
export interface ICourierSendParams {
event: string;

@@ -42,8 +42,9 @@ data?: object;

}
export interface ICourierSendListParams extends ICourierSendListOrPatternParams {
export interface ICourierSendListParams extends ICourierSendParams {
list: string;
}
export interface ICourierSendPatternParams extends ICourierSendListOrPatternParams {
export interface ICourierSendPatternParams extends ICourierSendParams {
pattern: string;
}
export declare type ICourierSendListOrPatternParams = ICourierSendListParams | ICourierSendPatternParams;
export interface ICourierProfilePutParameters {

@@ -50,0 +51,0 @@ recipientId: string;

{
"name": "@trycourier/courier",
"version": "1.6.1",
"version": "1.6.2",
"description": "A node.js module for communicating with the Courier REST API.",

@@ -34,4 +34,4 @@ "main": "lib/index.js",

"dependencies": {
"axios": "^0.19.0"
"axios": "^0.21.1"
}
}
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