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.2.13 to 4.3.0

2

lib/app-artist/artist.d.ts
import { Artist } from "../model";
import { Action } from "./action";
export declare type ARTIST_UPLOAD_DIRECTORY = "Artist/:userUid/temporary";
export declare const ARTIST_UPLOAD_DIRECTORY: string;
export declare type ClaimProfile = Action<{

@@ -5,0 +5,0 @@ url: "/ClaimProfile";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var model_1 = require("../model");
exports.ARTIST_UPLOAD_DIRECTORY = model_1.ARTIST + "/:userUid/temporary";
"use strict";
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./artist"));

@@ -36,2 +36,12 @@ import { Address, CreateTransaction, Customer, TransactionPaymentMethod } from "../pagar-me";

}
export interface GetCheckoutLink extends Action {
Request: {
url: "/GetCheckoutLink";
method: "GET";
params: {
orderId: string;
};
};
Response: string;
}
export interface LikeOrder extends Action {

@@ -38,0 +48,0 @@ Request: {

{
"name": "@favid-inc/api",
"version": "4.2.13",
"version": "4.3.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