Socket
Socket
Sign inDemoInstall

@octokit/core

Package Overview
Dependencies
Maintainers
3
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 2.1.1 to 2.1.2

2

dist-node/index.js

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

const VERSION = "2.1.1";
const VERSION = "2.1.2";

@@ -14,0 +14,0 @@ class Octokit {

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

export const VERSION = "2.1.1";
export const VERSION = "2.1.2";

@@ -5,3 +5,2 @@ import { HookCollection } from "before-after-hook";

import { Constructor, OctokitOptions, OctokitPlugin, ReturnTypeOf } from "./types";
export { OctokitOptions, OctokitPlugin, ReturnTypeOf, Constructor } from "./types";
export declare class Octokit {

@@ -8,0 +7,0 @@ static defaults<S extends Constructor<any>>(this: S, defaults: OctokitOptions): {

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

export declare const VERSION = "2.1.1";
export declare const VERSION = "2.1.2";

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

const VERSION = "2.1.1";
const VERSION = "2.1.2";

@@ -10,0 +10,0 @@ class Octokit {

{
"name": "@octokit/core",
"description": "Extendable client for GitHub's REST & GraphQL APIs",
"version": "2.1.1",
"version": "2.1.2",
"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