New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

sap-cf-destconn

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sap-cf-destconn

NodeJS Library that wraps the calls for the destination and connectivity service

1.0.0
latest
Source
npm
Version published
Weekly downloads
6K
-0.8%
Maintainers
1
Weekly downloads
 
Created
Source

sap-cf-destconn

NodeJS Library that wraps the calls for the destination and connectivity service

Installation

using npm:

$ npm install -s sap-cf-destconn

Example

Read the destination configuration

    const {readDestination} = require('sap-cf-destconn');
    const destinationConfig = await readDestination("destinationName", "<JWT Token if you use Oauth2SAML or Oauth2USerToken>");

Read the connectivity configuration

    const {readConnectivity} = require('sap-cf-destconn');
    const connectivityConfig = await readConnectivity("<locationID>", "<JWT Token if you use principal propagation>");

FAQs

Package last updated on 05 Dec 2023

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