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.0 to 3.5.2

2

lib/app-customer/action.d.ts

@@ -5,4 +5,6 @@ export interface Action {

method: "POST" | "GET";
query?: any;
data?: any;
};
Response?: any;
}

7

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

@@ -0,1 +1,2 @@

import { AxiosRequestConfig, AxiosResponse } from "axios";
export interface DirectCharge {

@@ -5,3 +6,3 @@ Request: Request;

}
interface Request {
interface Request extends AxiosRequestConfig {
url: "charge";

@@ -51,3 +52,3 @@ method: "POST";

}
declare type Response = {
declare type Response = AxiosResponse & ({
status: 200;

@@ -96,3 +97,3 @@ data: {

};
};
});
export {};
{
"name": "@favid-inc/api",
"version": "3.5.0",
"version": "3.5.2",
"description": "API for Favid Project",

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

},
"dependencies": {},
"dependencies": {
"@types/axios": "^0.14.0"
},
"devDependencies": {

@@ -31,0 +33,0 @@ "tslint": "^5.18.0",

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