Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@octokit/types

Package Overview
Dependencies
Maintainers
3
Versions
211
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@octokit/types - npm Package Compare versions

Comparing version 2.8.0 to 2.8.1

2

package.json
{
"name": "@octokit/types",
"version": "2.8.0",
"version": "2.8.1",
"publishConfig": {

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

type Unwrap<T> = T extends Promise<infer U> ? U : T;
type AnyFunction = (...args) => any;
type AnyFunction = (...args: any[]) => any;

@@ -4,0 +4,0 @@ export type GetResponseTypeFromEndpointMethod<T extends AnyFunction> = Unwrap<

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

export const VERSION = "2.8.0";
export const VERSION = "2.8.1";
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc