Huge News!Announcing our $40M Series B led by Abstract Ventures.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 1.7.2 to 1.7.3

9

CHANGELOG.md

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

## [v1.7.3] - 2021-03-03
### Added
- ICourierClient exported as a type [#33](https://github.com/trycourier/courier-node/pull/33)
## [v1.7.2] - 2021-02-16

@@ -133,3 +139,4 @@

[unreleased]: https://github.com/trycourier/courier-node/compare/v1.7.2...HEAD
[unreleased]: https://github.com/trycourier/courier-node/compare/v1.7.3...HEAD
[v1.7.3]: https://github.com/trycourier/courier-node/compare/v1.7.2...v1.7.3
[v1.7.2]: https://github.com/trycourier/courier-node/compare/v1.7.1...v1.7.2

@@ -136,0 +143,0 @@ [v1.7.1]: https://github.com/trycourier/courier-node/compare/v1.7.0...v1.7.1

import { ICourierClientOptions } from "./types";
export { ICourierClient } from "./types";
export declare const CourierClient: (options?: ICourierClientOptions) => import("./types").ICourierClient;

2

package.json
{
"name": "@trycourier/courier",
"version": "1.7.2",
"version": "1.7.3",
"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