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

@octokit/auth-app

Package Overview
Dependencies
Maintainers
2
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.10.0 to 2.10.1

2

dist-node/index.js

@@ -462,3 +462,3 @@ 'use strict';

const VERSION = "2.10.0";
const VERSION = "2.10.1";

@@ -465,0 +465,0 @@ const createAppAuth = function createAppAuth(options) {

@@ -1,1 +0,1 @@

export const VERSION = "2.10.0";
export const VERSION = "2.10.1";

@@ -1,1 +0,1 @@

export declare const VERSION = "2.10.0";
export declare const VERSION = "2.10.1";

@@ -330,3 +330,3 @@ import { getUserAgent } from 'universal-user-agent';

const VERSION = "2.10.0";
const VERSION = "2.10.1";

@@ -333,0 +333,0 @@ const createAppAuth = function createAppAuth(options) {

{
"name": "@octokit/auth-app",
"description": "GitHub App authentication for JavaScript",
"version": "2.10.0",
"version": "2.10.1",
"license": "MIT",

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

@@ -35,7 +35,7 @@ # auth-app.js

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

@@ -42,0 +42,0 @@ ```

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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