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.12

lib/iugu/sub-account/create.d.ts

4

lib/iugu/direct-charge/direct-charge.d.ts

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

}
interface Request extends AxiosRequestConfig {
declare type Request = AxiosRequestConfig & {
url: "charge";

@@ -29,3 +29,3 @@ method: "POST";

});
}
};
interface Payer {

@@ -32,0 +32,0 @@ address: Address;

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

}
interface Request extends AxiosRequestConfig {
declare type Request = AxiosRequestConfig & {
url: "payment_token";

@@ -23,3 +23,3 @@ method: "POST";

};
}
};
declare type Response = AxiosResponse & ({

@@ -26,0 +26,0 @@ status: 200;

@@ -18,3 +18,10 @@ import { ArtistCategory } from "./artist-category";

userUid?: string;
iuguAccountId?: string;
iuguSubAccountId?: string;
iuguSubAccountMetadata?: {
account_id?: string;
live_api_token?: string;
name?: string;
test_api_token?: string;
user_token?: string;
};
}

@@ -21,0 +28,0 @@ export declare enum ArtistStatus {

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

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