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.1 to 3.3.2

18

lib/app-customer/index.d.ts

@@ -9,9 +9,7 @@ import { Artist, Order } from "../model";

};
response: {
data: any;
};
response: {};
}
export interface FindArtistsGroupingByMainCategory extends Action {
request: {
url: "/FindArtistsGroupingByMainCategory/";
url: "/FindArtistsGroupingByMainCategory";
method: "POST";

@@ -22,5 +20,3 @@ query: void;

respose: {
data: {
[mainCategory: string]: Artist;
};
[mainCategory: string]: Artist;
};

@@ -30,5 +26,5 @@ }

request: {
url: "/PlaceOrder/";
url: "/PlaceOrder";
method: "POST";
query: void;
query?: void;
data: {

@@ -42,5 +38,3 @@ artistId: string;

};
respose: {
data: Order;
};
respose: Order;
}
{
"name": "@favid-inc/api",
"version": "3.3.1",
"version": "3.3.2",
"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