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.1.0 to 12.2.0

8

package.json
{
"name": "@octokit/plugin-enterprise-server",
"description": "Octokit plugin for GitHub Enterprise Server REST APIs",
"version": "12.1.0",
"version": "12.2.0",
"license": "MIT",

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

"dependencies": {
"@octokit/types": "^9.0.0"
"@octokit/types": "^9.2.2"
},

@@ -45,7 +45,7 @@ "peerDependencies": {

"npm-run-all": "^4.1.5",
"prettier": "2.8.3",
"prettier": "2.8.8",
"semantic-release-plugin-update-version-in-files": "^1.0.0",
"sort-keys": "^4.2.0",
"ts-jest": "^29.0.0",
"typescript": "^4.0.2"
"typescript": "^5.0.0"
},

@@ -52,0 +52,0 @@ "engines": {

@@ -49,3 +49,3 @@ # plugin-enterprise-server.js

const OctokitEnterprise36 = Octokit.plugin(enterpriseServer36Admin);
const octokit = new OctokitEnterprise32({
const octokit = new OctokitEnterprise36({
auth: "secret123",

@@ -52,0 +52,0 @@ baseUrl: "https://github.acme-inc.com/api/v3",

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

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