Socket
Socket
Sign inDemoInstall

@octokit/types

Package Overview
Dependencies
2
Maintainers
3
Versions
208
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.11.0 to 2.11.1

4

package.json
{
"name": "@octokit/types",
"version": "2.11.0",
"version": "2.11.1",
"publishConfig": {

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

"pretest": "npm run -s lint",
"test": "npx tsc --noEmit --declaration src/index.ts test.ts",
"test": "npx tsc --noEmit --declaration --noUnusedLocals src/index.ts test.ts",
"update-endpoints": "npm-run-all update-endpoints:*",

@@ -20,0 +20,0 @@ "update-endpoints:fetch-json": "node scripts/update-endpoints/fetch-json",

import { EndpointInterface } from "./EndpointInterface";
import { EndpointOptions } from "./EndpointOptions";
import { OctokitResponse } from "./OctokitResponse";

@@ -4,0 +3,0 @@ import { RequestParameters } from "./RequestParameters";

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

export const VERSION = "2.11.0";
export const VERSION = "2.11.1";
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