3.3.1 • Published 3 days ago

@globus/sdk v3.3.1

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
3 days ago

npm Codecov

The Globus SDK for JavaScript provides first class TypeScript support and makes it easy to call Globus services using idiomatic JavaScript APIs to build Node.js and web applications.

Installation

If you are not using Typescript, you can install the SDK with the following command:

npm install @globus/sdk

Typescript

@globus/sdk is written in Typescript and includes type definitions for its internal types, Globus platform types (i.e., API responses) are provided by the @globus/types package and must be installed separately.

npm install @globus/sdk @globus/types

Supported Platforms

Node.js

We aim to support all Active LTS Node.js releases. We intend to support all Maintenance LTS versions until their official end-of-life.

Version
Node.js 18lts/hydrogen
Node.js 20lts/iron
Node.js 22lts/iron

Browser Support

Officially, the SDK supports widely adopted evergreen browsers: Edge, Chrome, Safari, and Firefox. Our bundled browser distributions target ECMAScript 2015 (ES6), which has broader browser support but may not be explicitly evaluated.

Browser
Google Chromeplaywright
Mozilla Firefoxplaywright
Microsoft Edgeplaywright
Apple Safariplaywright

ESM, CommonJS, and UMD

We distribute our package targeting three different module systems: ESM, CommonJS, and UMD.

ESM

The ESM distribution is the module export of the package.

import { transfer } from '@globus/sdk';

CommonJS

The CommonJS distribution is the main export of the package. It is intended for use in Node.js applications and environments that support the require statement.

const transfer = require('@globus/sdk/cjs').transfer;
// or, import { transfer } from '@globus/sdk/cjs';

UMD

The UMD distribution is provided for use in web applications and environments that do not support ESM or CommonJS. Referencing the UMD distribution as a <script> tag will provide a global variable globus that contains all default exports from the package.

<script src="https://unpkg.com/@globus/sdk/umd/globus.production.js"></script>
3.3.1

3 days ago

3.3.0

6 days ago

3.2.0

11 days ago

3.1.1

17 days ago

3.1.0

19 days ago

3.0.0

24 days ago

2.7.1

26 days ago

2.7.0

1 month ago

3.0.0-alpha.17

1 month ago

3.0.0-alpha.16

1 month ago

3.0.0-alpha.15

1 month ago

2.6.0

1 month ago

2.5.0

2 months ago

3.0.0-alpha.14

2 months ago

3.0.0-alpha.13

2 months ago

3.0.0-alpha.12

2 months ago

3.0.0-alpha.9

2 months ago

3.0.0-alpha.10

2 months ago

3.0.0-alpha.11

2 months ago

3.0.0-alpha.7

2 months ago

3.0.0-alpha.6

2 months ago

3.0.0-alpha.8

2 months ago

3.0.0-alpha.5

2 months ago

3.0.0-alpha.4

2 months ago

3.0.0-alpha.1

2 months ago

3.0.0-alpha.3

2 months ago

3.0.0-alpha.2

2 months ago

2.4.1

3 months ago

2.4.0

3 months ago

2.3.4

3 months ago

2.3.3

3 months ago

2.3.2

4 months ago

2.3.1

4 months ago

2.3.0

4 months ago

2.2.0

4 months ago

2.1.0

4 months ago

2.0.1

5 months ago

2.0.0

5 months ago

1.18.1

5 months ago

1.18.0

5 months ago

1.17.0

5 months ago

1.16.0

6 months ago

1.14.0

7 months ago

1.10.0-alpha

7 months ago

0.4.0-alpha.0

10 months ago

1.2.3-alpha

8 months ago

0.4.2-alpha.0

10 months ago

1.5.1-alpha

8 months ago

1.7.0-alpha

7 months ago

1.12.0-alpha

7 months ago

1.9.0-alpha

7 months ago

1.13.0-alpha.1

7 months ago

1.5.0-alpha

8 months ago

1.2.5-alpha

8 months ago

0.7.2

9 months ago

1.3.0-alpha

8 months ago

0.7.1

9 months ago

1.5.3-alpha

8 months ago

0.7.3

9 months ago

0.5.0

9 months ago

1.1.0-alpha

8 months ago

0.7.0

9 months ago

0.3.0-alpha.0

10 months ago

1.15.0

7 months ago

1.12.0-alpha.1

7 months ago

1.15.1

6 months ago

0.4.1-alpha.0

10 months ago

1.4.1-alpha

8 months ago

0.2.0-alpha.0

10 months ago

1.8.0-alpha

7 months ago

1.5.2-alpha

8 months ago

1.2.4-alpha

8 months ago

1.11.0-alpha

7 months ago

1.4.0-alpha

8 months ago

1.6.0-alpha

7 months ago

1.0.0-alpha

8 months ago

1.2.0-alpha

8 months ago

0.6.1

9 months ago

0.6.0

9 months ago

0.1.4-alpha.0

12 months ago

0.1.9-alpha.0

11 months ago

0.1.8-alpha.0

11 months ago

0.1.6-alpha.0

11 months ago

0.1.1-alpha.0

12 months ago

0.1.7-alpha.0

11 months ago

0.1.5-alpha

11 months ago

0.1.3-alpha.0

12 months ago

0.1.2-alpha.0

12 months ago

0.0.4-alpha.0

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago