Socket
Socket
Sign inDemoInstall

@octokit/auth-token

Package Overview
Dependencies
3
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.4.2 to 2.4.3

4

package.json
{
"name": "@octokit/auth-token",
"description": "GitHub API token authentication for browsers and Node.js",
"version": "2.4.2",
"version": "2.4.3",
"license": "MIT",

@@ -27,3 +27,3 @@ "files": [

"devDependencies": {
"@octokit/core": "^2.2.0",
"@octokit/core": "^3.0.0",
"@octokit/request": "^5.3.0",

@@ -30,0 +30,0 @@ "@pika/pack": "^0.5.0",

@@ -36,7 +36,7 @@ # auth-token.js

Load `@octokit/auth-token` directly from [cdn.pika.dev](https://cdn.pika.dev)
Load `@octokit/auth-token` directly from [cdn.skypack.dev](https://cdn.skypack.dev)
```html
<script type="module">
import { createTokenAuth } from "https://cdn.pika.dev/@octokit/auth-token";
import { createTokenAuth } from "https://cdn.skypack.dev/@octokit/auth-token";
</script>

@@ -43,0 +43,0 @@ ```

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc