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 4.3.12 to 4.3.13

14

lib/app-artist/artist.d.ts

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

}, Artist>;
export declare type ApplyForAffiliation = ApplyForAffiliationForm | ApplyForAffiliationSubmition;
export declare type ApplyForAffiliationForm = Action<{
export declare type ApplyForAffiliation = ApplyForAffiliationForm | ApplyForAffiliationSubmission;
export declare type ApplyForAffiliationSubmission = Action<{
url: "/ApplyForAffiliation";

@@ -40,10 +40,10 @@ method: "POST";

}, void>;
export declare type ApplyForAffiliationSubmition = Action<{
export declare type ApplyForAffiliationForm = Action<{
url: "/ApplyForAffiliation";
method: "GET";
params: {
s1: string;
s2: string;
s3: string;
s4: string;
s1?: string;
s2?: string;
s3?: string;
s4?: string;
email?: string;

@@ -50,0 +50,0 @@ };

{
"name": "@favid-inc/api",
"version": "4.3.12",
"version": "4.3.13",
"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