@octokit/auth-oauth-device
Advanced tools
Comparing version 3.1.2 to 3.1.3
@@ -203,4 +203,5 @@ 'use strict'; | ||
const VERSION = "3.1.2"; | ||
const VERSION = "3.1.3"; | ||
const _excluded = ["request"]; | ||
function createOAuthDeviceAuth(options) { | ||
@@ -216,3 +217,3 @@ const requestWithDefaults = options.request || request.request.defaults({ | ||
} = options, | ||
otherOptions = _objectWithoutProperties(options, ["request"]); | ||
otherOptions = _objectWithoutProperties(options, _excluded); | ||
@@ -219,0 +220,0 @@ const state = options.clientType === "github-app" ? _objectSpread2(_objectSpread2({}, otherOptions), {}, { |
@@ -1,1 +0,1 @@ | ||
export const VERSION = "3.1.2"; | ||
export const VERSION = "3.1.3"; |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "3.1.2"; | ||
export declare const VERSION = "3.1.3"; |
@@ -103,3 +103,3 @@ import { getUserAgent } from 'universal-user-agent'; | ||
const VERSION = "3.1.2"; | ||
const VERSION = "3.1.3"; | ||
@@ -106,0 +106,0 @@ function createOAuthDeviceAuth(options) { |
{ | ||
"name": "@octokit/auth-oauth-device", | ||
"description": "GitHub OAuth Device authentication strategy for JavaScript", | ||
"version": "3.1.2", | ||
"version": "3.1.3", | ||
"license": "MIT", | ||
@@ -20,3 +20,3 @@ "files": [ | ||
"dependencies": { | ||
"@octokit/oauth-methods": "^1.1.0", | ||
"@octokit/oauth-methods": "^2.0.0", | ||
"@octokit/request": "^5.4.14", | ||
@@ -33,10 +33,10 @@ "@octokit/types": "^6.10.0", | ||
"@pika/plugin-ts-standard-pkg": "^0.9.2", | ||
"@types/jest": "^26.0.20", | ||
"@types/node": "^14.14.31", | ||
"@types/jest": "^27.0.0", | ||
"@types/node": "^16.0.0", | ||
"fetch-mock": "^9.11.0", | ||
"jest": "^26.6.3", | ||
"prettier": "^2.2.1", | ||
"semantic-release": "^17.3.9", | ||
"jest": "^27.0.0", | ||
"prettier": "2.7.1", | ||
"semantic-release": "^18.0.0", | ||
"semantic-release-plugin-update-version-in-files": "^1.1.0", | ||
"ts-jest": "^26.5.2", | ||
"ts-jest": "^27.0.0-next.12", | ||
"typescript": "^4.2.2" | ||
@@ -43,0 +43,0 @@ }, |
Sorry, the diff of this file is not supported yet
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
61170
547
+ Added@octokit/endpoint@7.0.6(transitive)
+ Added@octokit/oauth-authorization-url@5.0.0(transitive)
+ Added@octokit/oauth-methods@2.0.6(transitive)
+ Added@octokit/openapi-types@18.1.1(transitive)
+ Added@octokit/request@6.2.8(transitive)
+ Added@octokit/request-error@3.0.3(transitive)
+ Added@octokit/types@9.3.2(transitive)
- Removed@octokit/oauth-authorization-url@4.3.3(transitive)
- Removed@octokit/oauth-methods@1.2.6(transitive)