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

18

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

@@ -9,11 +9,11 @@ import { AxiosRequestConfig, AxiosResponse } from "axios";

method: "POST";
data: {
name: string;
commissions: {
cents: number;
percent: string;
credit_card_cents: number;
credit_card_percent: string;
bank_slip_cents: number;
bank_slip_percent: string;
data?: {
name?: string;
commissions?: {
cents?: number;
percent?: number;
credit_card_cents?: number;
credit_card_percent?: number;
bank_slip_cents?: number;
bank_slip_percent?: number;
};

@@ -20,0 +20,0 @@ };

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

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