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

@octokit/core

Package Overview
Dependencies
Maintainers
2
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@octokit/core - npm Package Compare versions

Comparing version 3.1.3 to 3.1.4

5

dist-node/index.js

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

const VERSION = "3.1.3";
const VERSION = "3.1.4";

@@ -72,3 +72,4 @@ class Octokit {

const auth = options.authStrategy(Object.assign({
request: this.request
request: this.request,
log: this.log
}, options.auth)); // @ts-ignore ¯\_(ツ)_/¯

@@ -75,0 +76,0 @@

1

dist-src/index.js

@@ -69,2 +69,3 @@ import { getUserAgent } from "universal-user-agent";

request: this.request,
log: this.log,
}, options.auth));

@@ -71,0 +72,0 @@ // @ts-ignore ¯\_(ツ)_/¯

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

export const VERSION = "3.1.3";
export const VERSION = "3.1.4";

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

export declare const VERSION = "3.1.3";
export declare const VERSION = "3.1.4";

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

const VERSION = "3.1.3";
const VERSION = "3.1.4";

@@ -72,2 +72,3 @@ class Octokit {

request: this.request,
log: this.log,
}, options.auth));

@@ -74,0 +75,0 @@ // @ts-ignore ¯\_(ツ)_/¯

{
"name": "@octokit/core",
"description": "Extendable client for GitHub's REST & GraphQL APIs",
"version": "3.1.3",
"version": "3.1.4",
"license": "MIT",

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

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