Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

flowcl-node-api-client

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flowcl-node-api-client - npm Package Compare versions

Comparing version 1.0.10 to 1.1.0

11

index.d.ts

@@ -13,3 +13,3 @@ export interface IFlowApiConfig {

CRYPOMONEDA = 5,
TODOS_LOS_MEDIOS = 9
TODOS_LOS_MEDIOS = 9,
}

@@ -20,3 +20,3 @@ export enum FlowStatus {

REJECTED = 3,
CANCELED = 4
CANCELED = 4,
}

@@ -27,3 +27,3 @@ export interface IFlowGetStatus {

export interface IFlowSendParams {
commerceOrder: number;
commerceOrder: string;
subject: string;

@@ -59,2 +59,3 @@ currency: string;

amount: number;
currency: string;
fee: number;

@@ -76,5 +77,5 @@ balance: number;

params: IFlowSendParams | IFlowGetStatus,
method: HTTPMethod = "GET"
method: HTTPMethod
): Promise<IFlowPaymentStatus | IFlowPaymentCreate>;
getPack(params: IFlowSendParams, method: HTTPMethod = "GET"): string;
getPack(params: IFlowSendParams, method: HTTPMethod): string;
sign(params: IFlowSendParams): string;

@@ -81,0 +82,0 @@ httpGet(

{
"name": "flowcl-node-api-client",
"version": "1.0.10",
"version": "1.1.0",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

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