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 12.0.0 to 12.1.0

dist-src/generated/ghe-37-admin-endpoints.js

10

dist-src/index.js

@@ -10,2 +10,4 @@ // THIS FILE IS GENERATED. PLEASE OPEN AN ISSUE IF YOU FIND A PROBLEM

import ADMIN_ENDPOINTS_36 from "./generated/ghe-36-admin-endpoints";
import ENDPOINTS_37 from "./generated/ghe-37-endpoints";
import ADMIN_ENDPOINTS_37 from "./generated/ghe-37-admin-endpoints";
export function enterpriseServer34Admin(octokit) {

@@ -35,1 +37,9 @@ return endpointsToMethods(octokit, ADMIN_ENDPOINTS_34);

enterpriseServer36.VERSION = VERSION;
export function enterpriseServer37Admin(octokit) {
return endpointsToMethods(octokit, ADMIN_ENDPOINTS_37);
}
enterpriseServer37Admin.VERSION = VERSION;
export function enterpriseServer37(octokit) {
return endpointsToMethods(octokit, ENDPOINTS_37);
}
enterpriseServer37.VERSION = VERSION;

2

dist-src/version.js

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

export const VERSION = "12.0.0";
export const VERSION = "12.1.0";

@@ -26,1 +26,9 @@ import { Octokit } from "@octokit/core";

}
export declare function enterpriseServer37Admin(octokit: Octokit): Record<string, Record<string, Function>>;
export declare namespace enterpriseServer37Admin {
var VERSION: string;
}
export declare function enterpriseServer37(octokit: Octokit): Record<string, Record<string, Function>>;
export declare namespace enterpriseServer37 {
var VERSION: string;
}

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

export declare const VERSION = "12.0.0";
export declare const VERSION = "12.1.0";
{
"name": "@octokit/plugin-enterprise-server",
"description": "Octokit plugin for GitHub Enterprise Server REST APIs",
"version": "12.0.0",
"version": "12.1.0",
"license": "MIT",

@@ -41,3 +41,3 @@ "files": [

"fetch-mock": "^9.0.0",
"github-openapi-graphql-query": "^3.0.0",
"github-openapi-graphql-query": "^4.0.0",
"jest": "^29.0.0",

@@ -44,0 +44,0 @@ "npm-run-all": "^4.1.5",

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