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
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 5.2.0 to 5.3.0

6

lib/client.js

@@ -120,4 +120,4 @@ "use strict";

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

@@ -161,4 +161,4 @@ case 1:

tokenManagement: token_management_1.tokenManagement(options),
users: users_1.users(options),
users: users_1.users(options)
};
};

@@ -125,8 +125,8 @@ "use strict";

return {
delete: createHttpMethodClient("delete"),
get: function (url, config) { return createHttpMethodClient("get")(url, undefined, config); },
patch: createHttpMethodClient("patch"),
post: createHttpMethodClient("post"),
put: createHttpMethodClient("put")
delete: createHttpMethodClient("DELETE"),
get: function (url, config) { return createHttpMethodClient("GET")(url, undefined, config); },
patch: createHttpMethodClient("PATCH"),
post: createHttpMethodClient("POST"),
put: createHttpMethodClient("PUT")
};
};

@@ -47,3 +47,3 @@ "use strict";

expires_in: params.expiresIn,
scope: params.scope,
scope: params.scope
})];

@@ -50,0 +50,0 @@ case 1:

@@ -71,4 +71,4 @@ "use strict";

cursor: (listOptions === null || listOptions === void 0 ? void 0 : listOptions.cursor) || "",
limit: (listOptions === null || listOptions === void 0 ? void 0 : listOptions.limit) || "20",
},
limit: (listOptions === null || listOptions === void 0 ? void 0 : listOptions.limit) || "20"
}
})];

@@ -99,3 +99,3 @@ case 1:

listTenants: listTenants(options),
put: putTenant(options),
put: putTenant(options)
}); };
{
"name": "@trycourier/courier",
"version": "5.2.0",
"version": "5.3.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