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

@favid-inc/api

Package Overview
Dependencies
Maintainers
1
Versions
211
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@favid-inc/api - npm Package Compare versions

Comparing version 5.0.0 to 5.1.0

9

lib/app-customer/action.d.ts

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

declare type AbstractRequest = {
export declare type Request = {
url: string;

@@ -10,6 +10,5 @@ params?: any;

});
export interface Action<Request extends AbstractRequest, Response> {
Request: Request;
Response: Response;
export interface Action<Req extends Request, Res> {
Request: Req;
Response: Res;
}
export {};
{
"name": "@favid-inc/api",
"version": "5.0.0",
"version": "5.1.0",
"description": "API for Favid Project",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/favid-inc/api#readme",

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