Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Socket
Sign inDemoInstall

@octokit/auth-app

Package Overview
Dependencies
Maintainers
3
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@octokit/auth-app - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

2

package.json
{
"name": "@octokit/auth-app",
"description": "GitHub App authentication for JavaScript",
"version": "2.1.1",
"version": "2.1.2",
"license": "MIT",

@@ -6,0 +6,0 @@ "files": [

@@ -40,3 +40,3 @@ # auth-app.js

<script type="module">
import { createOAuthAppAuth } from "https://cdn.pika.dev/@octokit/auth-app";
import { createAppAuth } from "https://cdn.pika.dev/@octokit/auth-app";
</script>

@@ -53,4 +53,4 @@ ```

```js
const { createOAuthAppAuth } = require("@octokit/auth-app");
// or: import { createOAuthAppAuth } from "@octokit/auth-app";
const { createAppAuth } = require("@octokit/auth-app");
// or: import { createAppAuth } from "@octokit/auth-app";
```

@@ -57,0 +57,0 @@

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc