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 4.9.0 to 5.0.0

lib/tenants/index.d.ts

10

lib/client.js

@@ -40,3 +40,2 @@ "use strict";

exports.client = void 0;
var accounts_1 = require("./accounts");
var audiences_1 = require("./audiences");

@@ -52,2 +51,3 @@ var audit_events_1 = require("./audit-events");

var send_1 = require("./send");
var tenants_1 = require("./tenants");
var token_management_1 = require("./token-management");

@@ -121,4 +121,4 @@ var users_1 = require("./users");

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,
},
})];

@@ -134,3 +134,2 @@ case 1:

return {
accounts: accounts_1.accounts(options),
addRecipientToLists: profile_1.addRecipientToLists(options),

@@ -161,5 +160,6 @@ audiences: audiences_1.audiences(options),

send: send_1.send(options),
tenants: tenants_1.tenants(options),
tokenManagement: token_management_1.tokenManagement(options),
users: users_1.users(options)
users: users_1.users(options),
};
};

@@ -1,2 +0,1 @@

import { ICourierClientAccounts } from "./accounts/types";
import { ICourierClientAudiences } from "./audiences/types";

@@ -10,2 +9,3 @@ import { auditEvents } from "./audit-events";

import { Message } from "./send/types";
import { ICourierClientTenants } from "./tenants/types";
import { tokenManagement } from "./token-management";

@@ -323,3 +323,3 @@ import { users } from "./users";

addRecipientToLists: (params: ICourierProfileListsPostParameters) => Promise<ICourierProfilePostResponse>;
accounts: ICourierClientAccounts;
tenants: ICourierClientTenants;
audiences: ICourierClientAudiences;

@@ -326,0 +326,0 @@ auditEvents: ReturnType<typeof auditEvents>;

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