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 4.3.8 to 4.3.9

20

lib/app-artist/artist.d.ts

@@ -30,5 +30,13 @@ import { Artist } from "../model";

}, Artist>;
export declare type ApplyForAffiliation = Action<{
export declare type ApplyForAffiliation = ApplyForAffiliationPost | ApplyForAffiliationGet;
export declare type ApplyForAffiliationPost = Action<{
url: "/ApplyForAffiliation";
} & {
method: "POST";
body: {
email: string;
password: string;
};
}, void>;
export declare type ApplyForAffiliationGet = Action<{
url: "/ApplyForAffiliation";
method: "GET";

@@ -41,8 +49,2 @@ params: {

};
} & {
method: "POST";
body: {
email: string;
password: string;
};
}, Artist>;
}, void>;
{
"name": "@favid-inc/api",
"version": "4.3.8",
"version": "4.3.9",
"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