New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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

to
3.5.19

2

lib/app-customer/artist.d.ts

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

url: "/ListArtistsGroupingByMainCategory";
method: "POST";
method: "GET";
};

@@ -9,0 +9,0 @@ Response: {

@@ -7,3 +7,3 @@ import { AxiosRequestConfig, AxiosResponse } from "axios";

declare type Request = AxiosRequestConfig & {
url: "create_account";
url: "marketplace/create_account";
method: "POST";

@@ -10,0 +10,0 @@ data?: {

{
"name": "@favid-inc/api",
"version": "3.5.18",
"version": "3.5.19",
"description": "API for Favid Project",

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