New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@azure/connectors-basecamp

Package Overview
Dependencies
Maintainers
3
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@azure/connectors-basecamp

BasecampConnector Library with typescript type definitions for node.js and browser.

latest
Source
npmnpm
Version
0.0.1-alpha
Version published
Maintainers
3
Created
Source

Basecamp Connector

This package contains an SDK for the Basecamp Azure Connector.

How to use

This SDK should be used with Azure Connectors. Azure Connectors makes connecting to hundreds of services a simple and consistent experience. To start using this SDK, check out instructions and samples on the Azure Connectors repo.

Example code:

import { createBasecampConnector } from "@azure/connectors-basecamp";
const connectionString = process.env["CONNECTOR_CONNECTOR_STRING"];

module.exports = async function (context) {
    const basecampConnector = await createBasecampConnector(connectionString);

    // Use basecampConnector 
};

Keywords

node

FAQs

Package last updated on 16 Sep 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts