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 3.3.11 to 3.3.12

4

lib/app-artist/action.d.ts

@@ -8,5 +8,3 @@ export interface Action {

};
Response: {
data: any;
};
Response?: any;
}

@@ -10,3 +10,3 @@ import { Artist } from "../model";

};
Respose?: Artist;
Respose: Artist;
}
export interface Action {
Request: {
url: string;
method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
query?: any;
data?: any;
method: "POST" | "GET";
};
Response?: any;
}

@@ -7,4 +7,2 @@ import { Order } from "../model";

method: "GET";
query?: any;
data?: void;
};

@@ -17,12 +15,5 @@ Response: Order[];

method: "POST";
query?: void;
data: {
artistId: string;
customerName: string;
instructions: string;
isGift: boolean;
receiverName?: string;
};
data: Order;
};
Response: Order;
}
{
"name": "@favid-inc/api",
"version": "3.3.11",
"version": "3.3.12",
"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