Socket
Book a DemoInstallSign in
Socket

@ibm-aspera/http-gateway-sdk-js

Package Overview
Dependencies
Maintainers
6
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ibm-aspera/http-gateway-sdk-js

The javascript SDK for connecting web applications to the IBM Aspera HTTP gateway for transfers not using IBM Aspera Connect Client.

latest
npmnpm
Version
7.7.4
Version published
Maintainers
6
Created
Source

IBM Aspera HTTP Gateway JavaScript SDK

The javascript SDK for connecting web applications to the IBM Aspera HTTP gateway for transfers not using IBM Aspera Connect Client.

Getting started

Install the SDK via NPM

npm install --save @ibm-aspera/http-gateway-sdk-js

Import any functions you need to use. All functions reference their same use on the asperaHttpGateway on window.

import { } '@ibm-aspera/http-gateway-sdk-js';

Using the normal dist JS

The build also includes a js directory that includes a normal dist of the SDK. This can be included in a simple script tag or copied onto a webserver as needed for hosting. However, when possible we recommend using the NPM import method.

FAQs

Package last updated on 25 Jan 2025

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