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.2.2 to 12.2.3

dist-node/index.js.map

39

package.json
{
"name": "@octokit/plugin-enterprise-server",
"version": "12.2.3",
"publishConfig": {
"access": "public"
},
"description": "Octokit plugin for GitHub Enterprise Server REST APIs",
"version": "12.2.2",
"license": "MIT",
"files": [
"dist-*/",
"bin/"
],
"source": "dist-src/index.js",
"types": "dist-types/index.d.ts",
"main": "dist-node/index.js",
"module": "dist-web/index.js",
"pika": true,
"sideEffects": false,
"repository": "github:octokit/plugin-enterprise-server.js",
"keywords": [

@@ -24,3 +17,4 @@ "octokit",

],
"repository": "github:octokit/plugin-enterprise-server.js",
"author": "Gregor Martynus (https://github.com/gr2m)",
"license": "MIT",
"dependencies": {

@@ -34,11 +28,10 @@ "@octokit/types": "^9.2.3"

"@octokit/core": "^4.0.0",
"@pika/pack": "^0.3.7",
"@pika/plugin-build-node": "^0.9.0",
"@pika/plugin-build-web": "^0.9.0",
"@pika/plugin-ts-standard-pkg": "^0.9.0",
"@octokit/tsconfig": "^2.0.0",
"@types/fetch-mock": "^7.3.2",
"@types/jest": "^29.0.0",
"@types/node": "^18.0.0",
"esbuild": "^0.17.19",
"fetch-mock": "^9.0.0",
"github-openapi-graphql-query": "^4.0.0",
"glob": "^10.2.7",
"jest": "^29.0.0",

@@ -55,5 +48,11 @@ "npm-run-all": "^4.1.5",

},
"publishConfig": {
"access": "public"
}
"files": [
"dist-*/**",
"bin/**"
],
"main": "dist-node/index.js",
"browser": "dist-web/index.js",
"types": "dist-types/index.d.ts",
"module": "dist-src/index.js",
"sideEffects": false
}

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