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

2

lib/index.js

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

headers: {
Authorization: "Bearer " + options.authenticationCode
Authorization: "Bearer " + options.authorizationToken
}

@@ -15,0 +15,0 @@ });

@@ -12,3 +12,3 @@ export declare type HttpMethodClient = <T>(url: string, body?: object) => Promise<{

baseUrl?: string;
authenticationCode: string;
authorizationToken: string;
}

@@ -15,0 +15,0 @@ export interface ICourierClientConfiguration {

{
"name": "@trycourier/courier",
"version": "1.1.1",
"version": "1.1.2",
"description": "A node.js module for communicating with the Courier REST API.",

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

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

const courier = CourierClient({ authenticationCode: "<AUTH_CODE>" });
const courier = CourierClient({ authorizationToken: "<AUTH_TOKEN>" });

@@ -19,0 +19,0 @@ async function run () {

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