Skip to content

New Octokit.js release with support for 91 new APIs

We've just released a new version of Octokit.js, our SDK for interacting with the GitHub API from your JavaScript or TypeScript code.

The new release adds support for 91 new APIs – right up to the brand new dependency submission API launched last week.

Best of all, it offers in-editor code hints to make working with the API a breeze ✨

octokit-js-autocomplete

Dependency graph now supports submissions through the dependency submission API (beta). This enables you to add dependencies, such as those resolved when software is compiled or built, to the dependency graph. Submitted dependencies will appear in a repository’s dependency graph and any associated vulnerabilities will trigger Dependabot alerts.

Releasing alongside the dependency submission API are the:

Learn more about the dependency submission API.

See more