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

@octokit/auth-oauth-device

Package Overview
Dependencies
Maintainers
3
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@octokit/auth-oauth-device - npm Package Compare versions

Comparing version 3.1.2 to 3.1.3

5

dist-node/index.js

@@ -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), {}, {

2

dist-src/version.js

@@ -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

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