@trycourier/courier
Advanced tools
Comparing version 5.1.0 to 5.2.0
@@ -45,2 +45,3 @@ "use strict"; | ||
var bulk_1 = require("./bulk"); | ||
var issue_token_1 = require("./issue-token"); | ||
var lists_1 = require("./lists"); | ||
@@ -149,2 +150,3 @@ var notifications_1 = require("./notifications"); | ||
getRecipientSubscriptions: profile_1.getRecipientSubscriptions(options), | ||
issueToken: issue_token_1.postIssueToken(options), | ||
lists: lists_1.lists(options), | ||
@@ -151,0 +153,0 @@ mergeProfile: profile_1.mergeProfile(options), |
@@ -5,2 +5,3 @@ import { ICourierClientAudiences } from "./audiences/types"; | ||
import { ICourierClientBulk } from "./bulk/types"; | ||
import { ICourierAuthIssueTokenParameters, ICourierAuthIssueTokenResponse } from "./issue-token/types"; | ||
import { ICourierClientLists, ICourierList, ICourierRecipientSubscriptionsResponse } from "./lists/types"; | ||
@@ -352,3 +353,4 @@ import { ICourierClientNotifications } from "./notifications/types"; | ||
users: ReturnType<typeof users>; | ||
issueToken: (params: ICourierAuthIssueTokenParameters) => Promise<ICourierAuthIssueTokenResponse>; | ||
} | ||
export {}; |
{ | ||
"name": "@trycourier/courier", | ||
"version": "5.1.0", | ||
"version": "5.2.0", | ||
"description": "A node.js module for communicating with the Courier REST API.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
170475
67
3392
2