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

@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.2.0 to 2.3.0

3

dist-node/index.js

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

const VERSION = "2.2.0";
const VERSION = "2.3.0";

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

}
Octokit.VERSION = VERSION;
Octokit.plugins = [];

@@ -107,0 +108,0 @@

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

}
Octokit.VERSION = VERSION;
Octokit.plugins = [];

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

export const VERSION = "2.2.0";
export const VERSION = "2.3.0";

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

export declare class Octokit {
static VERSION: string;
static defaults<S extends Constructor<any>>(this: S, defaults: OctokitOptions): {

@@ -8,0 +9,0 @@ new (...args: any[]): {

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

export declare const VERSION = "2.2.0";
export declare const VERSION = "2.3.0";

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

const VERSION = "2.2.0";
const VERSION = "2.3.0";

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

}
Octokit.VERSION = VERSION;
Octokit.plugins = [];

@@ -105,0 +106,0 @@

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

@@ -31,19 +31,19 @@ "files": [

"@pika/pack": "^0.5.0",
"@pika/plugin-build-node": "^0.7.0",
"@pika/plugin-build-web": "^0.7.0",
"@pika/plugin-ts-standard-pkg": "^0.7.0",
"@pika/plugin-build-node": "^0.8.1",
"@pika/plugin-build-web": "^0.8.1",
"@pika/plugin-ts-standard-pkg": "^0.8.1",
"@types/fetch-mock": "^7.3.1",
"@types/jest": "^24.0.17",
"@types/jest": "^25.1.0",
"@types/lolex": "^5.1.0",
"@types/node": "^13.1.0",
"@types/node-fetch": "^2.5.0",
"fetch-mock": "^8.0.0",
"http-proxy-agent": "^2.1.0",
"jest": "^24.8.0",
"fetch-mock": "^8.3.2",
"http-proxy-agent": "^3.0.0",
"jest": "^25.1.0",
"lolex": "^5.0.0",
"prettier": "^1.18.2",
"prettier": "^1.19.1",
"proxy": "^1.0.1",
"semantic-release": "^16.0.0",
"semantic-release": "^17.0.0",
"semantic-release-plugin-update-version-in-files": "^1.0.0",
"ts-jest": "^24.0.2",
"ts-jest": "^25.1.0",
"typescript": "^3.5.3"

@@ -50,0 +50,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