@octokit/oauth-app
Advanced tools
Comparing version 4.0.1 to 4.0.2
@@ -15,3 +15,3 @@ 'use strict'; | ||
const VERSION = "4.0.1"; | ||
const VERSION = "4.0.2"; | ||
@@ -18,0 +18,0 @@ function addEventHandler(state, eventName, eventHandler) { |
@@ -1,1 +0,1 @@ | ||
export const VERSION = "4.0.1"; | ||
export const VERSION = "4.0.2"; |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "4.0.1"; | ||
export declare const VERSION = "4.0.2"; |
{ | ||
"name": "@octokit/oauth-app", | ||
"description": "GitHub OAuth toolset for Node.js", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"license": "MIT", | ||
@@ -22,3 +22,3 @@ "files": [ | ||
"@octokit/auth-oauth-user": "^1.3.0", | ||
"@octokit/auth-unauthenticated": "^2.0.0", | ||
"@octokit/auth-unauthenticated": "^3.0.0", | ||
"@octokit/core": "^4.0.0", | ||
@@ -25,0 +25,0 @@ "@octokit/oauth-authorization-url": "^4.2.1", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
+ Added@octokit/auth-unauthenticated@3.0.5(transitive)
- Removed@octokit/auth-unauthenticated@2.1.0(transitive)