Socket
Socket
Sign inDemoInstall

@octokit/plugin-enterprise-server

Package Overview
Dependencies
10
Maintainers
4
Versions
91
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 16.1.0 to 17.0.0

12

dist-src/index.js
import { Octokit } from "@octokit/core";
import { VERSION } from "./version.js";
import { endpointsToMethods } from "./endpoints-to-methods.js";
import ENDPOINTS_38 from "./generated/ghe-38-endpoints.js";
import ADMIN_ENDPOINTS_38 from "./generated/ghe-38-admin-endpoints.js";
import ENDPOINTS_39 from "./generated/ghe-39-endpoints.js";

@@ -14,10 +12,2 @@ import ADMIN_ENDPOINTS_39 from "./generated/ghe-39-admin-endpoints.js";

import ADMIN_ENDPOINTS_312 from "./generated/ghe-312-admin-endpoints.js";
function enterpriseServer38Admin(octokit) {
return endpointsToMethods(octokit, ADMIN_ENDPOINTS_38);
}
enterpriseServer38Admin.VERSION = VERSION;
function enterpriseServer38(octokit) {
return endpointsToMethods(octokit, ENDPOINTS_38);
}
enterpriseServer38.VERSION = VERSION;
function enterpriseServer39Admin(octokit) {

@@ -62,6 +52,4 @@ return endpointsToMethods(octokit, ADMIN_ENDPOINTS_39);

enterpriseServer312Admin,
enterpriseServer38,
enterpriseServer38Admin,
enterpriseServer39,
enterpriseServer39Admin
};

2

dist-src/version.js

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

const VERSION = "16.1.0";
const VERSION = "17.0.0";
export {
VERSION
};
import { Octokit } from "@octokit/core";
export declare function enterpriseServer38Admin(octokit: Octokit): Record<string, Record<string, Function>>;
export declare namespace enterpriseServer38Admin {
var VERSION: string;
}
export declare function enterpriseServer38(octokit: Octokit): Record<string, Record<string, Function>>;
export declare namespace enterpriseServer38 {
var VERSION: string;
}
export declare function enterpriseServer39Admin(octokit: Octokit): Record<string, Record<string, Function>>;

@@ -11,0 +3,0 @@ export declare namespace enterpriseServer39Admin {

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

export declare const VERSION = "16.1.0";
export declare const VERSION = "17.0.0";
{
"name": "@octokit/plugin-enterprise-server",
"version": "16.1.0",
"version": "17.0.0",
"publishConfig": {

@@ -21,3 +21,3 @@ "access": "public",

"dependencies": {
"@octokit/types": "^12.6.0"
"@octokit/types": "^13.1.0"
},

@@ -24,0 +24,0 @@ "peerDependencies": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc