{"id":41980259,"url":"https://github.com/globus/globus-sdk-javascript","last_synced_at":"2026-01-25T23:41:25.401Z","repository":{"id":205865254,"uuid":"691313476","full_name":"globus/globus-sdk-javascript","owner":"globus","description":"Globus SDK for JavaScript","archived":false,"fork":false,"pushed_at":"2026-01-23T23:33:40.000Z","size":2961,"stargazers_count":9,"open_issues_count":9,"forks_count":4,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-01-24T09:19:14.486Z","etag":null,"topics":["sdk"],"latest_commit_sha":null,"homepage":"https://globus.github.io/globus-sdk-javascript/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/globus.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-09-13T23:45:27.000Z","updated_at":"2026-01-23T19:35:50.000Z","dependencies_parsed_at":"2024-02-13T02:25:57.071Z","dependency_job_id":"dbb045b2-1c51-47d1-8ff2-467341f28ec0","html_url":"https://github.com/globus/globus-sdk-javascript","commit_stats":null,"previous_names":["globus/globus-sdk-javascript"],"tags_count":62,"template":false,"template_full_name":null,"purl":"pkg:github/globus/globus-sdk-javascript","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/globus%2Fglobus-sdk-javascript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/globus%2Fglobus-sdk-javascript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/globus%2Fglobus-sdk-javascript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/globus%2Fglobus-sdk-javascript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/globus","download_url":"https://codeload.github.com/globus/globus-sdk-javascript/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/globus%2Fglobus-sdk-javascript/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28761816,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T23:06:19.311Z","status":"ssl_error","status_checked_at":"2026-01-25T23:03:50.555Z","response_time":113,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["sdk"],"created_at":"2026-01-25T23:41:24.703Z","updated_at":"2026-01-25T23:41:25.395Z","avatar_url":"https://github.com/globus.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"**Help guide the development of the `@globus/sdk` by [reporting issues or suggesting features](https://github.com/globus/globus-sdk-javascript/issues/new/choose)!**\n\n---\n\n[![npm](https://img.shields.io/npm/v/@globus/sdk?style=flat-square\u0026logo=npm\u0026color=000\u0026label)](https://www.npmjs.com/package/@globus/sdk) [![Codecov](https://img.shields.io/codecov/c/gh/globus/globus-sdk-javascript?style=flat-square\u0026logo=codecov)](https://app.codecov.io/gh/globus/globus-sdk-javascript)\n\nThe 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.\n\nThe primary goal of the SDK is to simplify the process of integrating with various [Globus service REST APIs](https://docs.globus.org/api/), using [consistent patterns](https://globus.github.io/globus-sdk-javascript/modules/_globus_sdk.html#key-concepts).\n\nIntegrating the optional [`AuthorizationManager`](https://globus.github.io/globus-sdk-javascript/classes/Authorization.AuthorizationManager.html) allows for further abstraction, by managing the [Globus Auth](https://docs.globus.org/api/auth/) authorization process and providing an easy way to manage access tokens used by Globus services.\n\n- [@globus/sdk API Documentation](https://globus.github.io/globus-sdk-javascript/)\n- [Examples](https://github.com/globus/globus-sdk-javascript/blob/main/examples/README.md)\n- [Upgrading](https://github.com/globus/globus-sdk-javascript/blob/main/UPGRADING.md)\n  - [Migrating from `v5` to `v6`](https://github.com/globus/globus-sdk-javascript/blob/main/UPGRADING.md#migrating-from-v5-to-v6)\n  - [Migrating from `v4` to `v5`](https://github.com/globus/globus-sdk-javascript/blob/main/UPGRADING.md#migrating-from-v4-to-v5)\n  - [Migrating from `v3` to `v4`](https://github.com/globus/globus-sdk-javascript/blob/main/UPGRADING.md#migrating-from-v3-to-v4)\n\n## Installation\n\nYou can install the SDK with the following command:\n\n```sh\nnpm install @globus/sdk\n```\n\n## Supported Platforms\n\n### Node.js\n\nWe aim to support all Active LTS [Node.js releases](https://nodejs.org/en/about/previous-releases). We intend to support all Maintenance LTS versions until their official end-of-life. Removal of support for a Node.js version will be considered a breaking change and result in a major version bump of the SDK.\n\n| Version    |                                                                                                                                                                                                             |\n| ---------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| Node.js 20 | [![lts/iron](https://img.shields.io/github/actions/workflow/status/globus/globus-sdk-javascript/ci.yml?style=flat-square\u0026label=)](https://github.com/globus/globus-sdk-javascript/actions/workflows/ci.yml) |\n| Node.js 22 | [![lts/jod](https://img.shields.io/github/actions/workflow/status/globus/globus-sdk-javascript/ci.yml?style=flat-square\u0026label=)](https://github.com/globus/globus-sdk-javascript/actions/workflows/ci.yml)  |\n| Node.js 24 | [![24.x](https://img.shields.io/github/actions/workflow/status/globus/globus-sdk-javascript/ci.yml?style=flat-square\u0026label=)](https://github.com/globus/globus-sdk-javascript/actions/workflows/ci.yml)     |\n\n### Browser Support\n\nOfficially, 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](https://caniuse.com/es6) but may not be explicitly evaluated.\n\n| Browser         |                                                                                                                                                                                                                               |\n| --------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| Google Chrome   | [![playwright](https://img.shields.io/github/actions/workflow/status/globus/globus-sdk-javascript/playwright.yml?style=flat-square\u0026label=)](https://github.com/globus/globus-sdk-javascript/actions/workflows/playwright.yml) |\n| Mozilla Firefox | [![playwright](https://img.shields.io/github/actions/workflow/status/globus/globus-sdk-javascript/playwright.yml?style=flat-square\u0026label=)](https://github.com/globus/globus-sdk-javascript/actions/workflows/playwright.yml) |\n| Microsoft Edge  | [![playwright](https://img.shields.io/github/actions/workflow/status/globus/globus-sdk-javascript/playwright.yml?style=flat-square\u0026label=)](https://github.com/globus/globus-sdk-javascript/actions/workflows/playwright.yml) |\n| Apple Safari    | [![playwright](https://img.shields.io/github/actions/workflow/status/globus/globus-sdk-javascript/playwright.yml?style=flat-square\u0026label=)](https://github.com/globus/globus-sdk-javascript/actions/workflows/playwright.yml) |\n\n### ESM, CommonJS, and UMD\n\nWe distribute our package targeting three different module systems: ESM, CommonJS, and UMD.\n\n#### ESM\n\nThe ESM distribution is the `module` export of the package.\n\n```js\nimport { transfer } from '@globus/sdk';\nimport { GCS } from '@globus/sdk/constants';\n```\n\n#### CommonJS\n\nThe 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.\n\n```js\nconst { transfer } = require('@globus/sdk');\n```\n\nYou can also explicitly use the `cjs` namespace to import a CommonJS entrypoint.\n\n```js\nconst transfer = require('@globus/sdk/cjs').transfer;\n// or, import { transfer } from '@globus/sdk/cjs';\n```\n\n#### UMD\n\nThe UMD distribution is provided for use in web applications and environments that do not support ESM or CommonJS. Referencing the UMD distribution as a `\u003cscript\u003e` tag will provide a global variable `globus` that contains all default exports from the package.\n\n```html\n\u003cscript src=\"https://unpkg.com/@globus/sdk/dist/umd/globus.production.js\"\u003e\u003c/script\u003e\n```\n\nCurrently, the UMD distribution only provides the default entrypoint for the package.\n\n\n## Releases\nThe `@globus/sdk` package follows semantic versioning and is published to [npm](https://www.npmjs.com/package/@globus/sdk).\n\n### Stable Releases\nStable versions are published to npm with the `latest` tag and can be installed with:\n```sh\nnpm install @globus/sdk\n```\n\n### Canary Builds\nCanary builds are automatically published from the `main` branch on every commit, allowing you to integrate the latest changes before they're included in a stable release. These pre-release versions are tagged with `canary` on npm and can be installed with:\n```sh\nnpm install @globus/sdk@canary\n```\nNote: Canary builds are intended for testing and edge-development purposes. They may contain breaking changes or unstable features and are not commonly used in production environments.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglobus%2Fglobus-sdk-javascript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fglobus%2Fglobus-sdk-javascript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglobus%2Fglobus-sdk-javascript/lists"}