Socket
Socket
Sign inDemoInstall

@octokit/oauth-app

Package Overview
Dependencies
7
Maintainers
3
Versions
67
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

2

dist-node/index.js

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

const VERSION = "1.1.0";
const VERSION = "1.1.1";

@@ -18,0 +18,0 @@ function addEventHandler(state, eventName, eventHandler) {

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

export const VERSION = "1.1.0";
export const VERSION = "1.1.1";

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

export declare const VERSION = "1.1.0";
export declare const VERSION = "1.1.1";
{
"name": "@octokit/oauth-app",
"description": "GitHub OAuth toolset for Node.js",
"version": "1.1.0",
"version": "1.1.1",
"license": "MIT",

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

"@octokit/auth-oauth-app": "^3.0.0",
"@octokit/core": "^2.4.1",
"@octokit/core": "^3.0.0",
"@octokit/oauth-authorization-url": "^4.0.0",

@@ -33,4 +33,4 @@ "@types/btoa-lite": "^1.0.0",

"@pika/plugin-ts-standard-pkg": "^0.9.2",
"@types/jest": "^25.1.2",
"@types/node": "^13.7.1",
"@types/jest": "^26.0.0",
"@types/node": "^14.0.4",
"@types/node-fetch": "^2.5.4",

@@ -44,3 +44,3 @@ "fetch-mock": "^9.0.0",

"semantic-release-plugin-update-version-in-files": "^1.0.0",
"ts-jest": "^25.2.0",
"ts-jest": "^25.3.0",
"typescript": "^3.7.5"

@@ -47,0 +47,0 @@ },

@@ -7,3 +7,2 @@ # oauth-app.js

[![Build Status](https://github.com/octokit/oauth-app.js/workflows/Test/badge.svg)](https://github.com/octokit/oauth-app.js/actions?workflow=Test)
[![Greenkeeper](https://badges.greenkeeper.io/octokit/oauth-app.js.svg)](https://greenkeeper.io/)

@@ -1193,3 +1192,3 @@ <details>

require("http").createServer(getNodeMiddleware(app)).listen(3000);
require("http").createServer(middleware).listen(3000);
// can now receive user authorization callbacks at /api/github/oauth/callback

@@ -1196,0 +1195,0 @@ ```

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc