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.0.3 to 1.0.4

2

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

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -16,8 +16,8 @@ # `@trycourier/courier`

const { send } = CourierClient({ authenticationCode: "<YOUR_AUTH_CODE>" })
const { send } = CourierClient({ authenticationCode: "<AUTH_CODE>" });
function run () {
async function run () {
const { messageId } = await send({
eventId: "<YOUR_EVENT_ID>",
eventId: "<EVENT_ID>",
recipientId: "<RECIPIENT_ID>",

@@ -24,0 +24,0 @@ profile: {}, // optional

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