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.5.20 to 3.6.0

8

lib/app-artist/artist.d.ts

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

}
export interface UploadProfilePhoto extends Action {
Request: {
url: "/UploadProfilePhoto";
method: "POST";
data: FormData;
};
Response: Artist;
}
export interface LoadProfile extends Action {

@@ -22,0 +30,0 @@ Request: {

2

package.json
{
"name": "@favid-inc/api",
"version": "3.5.20",
"version": "3.6.0",
"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