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.8 to 1.0.9

17

es/index.js

@@ -7,3 +7,3 @@ const axios = require("axios");

class FlowApi {
export default class FlowApi {
constructor({ apiKey, secretKey, apiURL }) {

@@ -125,2 +125,15 @@ this.apiKey = apiKey;

}
module.exports = FlowApi;
export const FlowStatus = {
PENDING_PAYMENT: 1,
PAIED: 2,
REJECTED: 3,
CANCELED: 4
};
export const PaymentMethod = {
WEBPAY: 1,
SERVIPAG: 2,
MULTICAJA: 3,
ONEPAY: 4,
CRYPOMONEDA: 5,
TODOS_LOS_MEDIOS: 9
};

2

package.json
{
"name": "flowcl-node-api-client",
"version": "1.0.8",
"version": "1.0.9",
"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