Socket
Socket
Sign inDemoInstall

@octokit/types

Package Overview
Dependencies
1
Maintainers
4
Versions
207
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 12.1.1 to 12.2.0

4

dist-types/OctokitResponse.d.ts
import type { ResponseHeaders } from "./ResponseHeaders";
import type { Url } from "./Url";
export type OctokitResponse<T, S extends number = number> = {
export interface OctokitResponse<T, S extends number = number> {
headers: ResponseHeaders;

@@ -17,2 +17,2 @@ /**

data: T;
};
}

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

export declare const VERSION = "12.1.1";
export declare const VERSION = "12.2.0";
{
"name": "@octokit/types",
"version": "12.1.1",
"version": "12.2.0",
"publishConfig": {

@@ -5,0 +5,0 @@ "access": "public"

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