Socket
Socket
Sign inDemoInstall

@apiglobal/typedrequest-interfaces

Package Overview
Dependencies
0
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.13 to 1.0.14

7

dist/index.d.ts
export interface ITypedRequest {
method: string;
authInfo?: {
jwt: string;
};
serverData?: {
jwtData: any;
jwtValid: boolean;
};
request: object;

@@ -4,0 +11,0 @@ response: object;

2

package.json
{
"name": "@apiglobal/typedrequest-interfaces",
"version": "1.0.13",
"version": "1.0.14",
"private": false,

@@ -5,0 +5,0 @@ "description": "interfaces for making typed requests",

export interface ITypedRequest {
method: string;
authInfo?: {
jwt: string;
};
serverData?: {
jwtData: any;
jwtValid: boolean;
};
request: object;

@@ -4,0 +11,0 @@ response: object;

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