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.1.0 to 1.1.2

9

es/index.js

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

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

@@ -125,3 +125,3 @@ this.apiKey = apiKey;

}
export const FlowStatus = {
const FlowStatus = {
PENDING_PAYMENT: 1,

@@ -132,3 +132,3 @@ PAIED: 2,

};
export const PaymentMethod = {
const PaymentMethod = {
WEBPAY: 1,

@@ -141,1 +141,4 @@ SERVIPAG: 2,

};
FlowApi.FlowStatus = FlowStatus
FlowApi.PaymentMethod = PaymentMethod
module.exports = FlowApi

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

module.exports = require("./lib/index");
module.exports = require("./es/index");
{
"name": "flowcl-node-api-client",
"version": "1.1.0",
"version": "1.1.2",
"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