New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@fractalwagmi/fractal-auth-api

Package Overview
Dependencies
Maintainers
9
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fractalwagmi/fractal-auth-api - npm Package Compare versions

Comparing version 0.0.17 to 0.0.19

12

dist/auth-api.d.ts

@@ -299,4 +299,4 @@ export interface FractalAuthApprovalApprovalResultRequest {

getUi: (query?: {
code?: string | undefined;
} | undefined, params?: RequestParams) => Promise<HttpResponse<FractalAuthApprovalApprovalUiResponse, GoogleRpcStatus>>;
code?: string;
}, params?: RequestParams) => Promise<HttpResponse<FractalAuthApprovalApprovalUiResponse, GoogleRpcStatus>>;
/**

@@ -310,6 +310,6 @@ * No description

getUrl: (query?: {
clientId?: string | undefined;
scope?: string[] | undefined;
redirect?: string | undefined;
} | undefined, params?: RequestParams) => Promise<HttpResponse<FractalAuthApprovalGetUrlResponse, GoogleRpcStatus>>;
clientId?: string;
scope?: string[];
redirect?: string;
}, params?: RequestParams) => Promise<HttpResponse<FractalAuthApprovalGetUrlResponse, GoogleRpcStatus>>;
/**

@@ -316,0 +316,0 @@ * No description

{
"name": "@fractalwagmi/fractal-auth-api",
"version": "0.0.17",
"version": "0.0.19",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/auth-api.js",

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