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

synapsepay

Package Overview
Dependencies
Maintainers
5
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

synapsepay - npm Package Compare versions

Comparing version 0.4.1 to 0.5.0

lib/Statements.js

2

index.js

@@ -6,2 +6,3 @@ var Clients = require('./lib/Clients.js'),

Node = require('./lib/Node.js'),
Statements = require('./lib/Statements.js'),
Subnets = require('./lib/Subnets.js'),

@@ -21,2 +22,3 @@ Subnet = require('./lib/Subnet.js'),

Node: Node,
Statements: Statements,
Subnets : Subnets,

@@ -23,0 +25,0 @@ Subnet : Subnet,

14

lib/Transactions.js

@@ -8,11 +8,11 @@ 'use strict';

list(client, config, callback) {
let url = client.baseUrl + '/trans';
let url = client.baseUrl + '/trans';
config.client = client;
config.client = client;
APIClient.get(url, config, (err, json) => {
callback(err, json);
});
APIClient.get(url, config, (err, json) => {
callback(err, json);
});
},
get(node, options, callback) {

@@ -25,3 +25,5 @@ const config = {

};
let url = node.json._links.self.href + '/trans';
if (options) {

@@ -28,0 +30,0 @@ if (options._id) {

{
"name": "synapsepay",
"version": "0.4.1",
"version": "0.5.0",
"description": "Node.js Library for SynapsePay API v3.x Rest",

@@ -5,0 +5,0 @@ "repository": {

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