New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

balanced-node-new

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

balanced-node-new - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

12

lib/balanced/customer.js

@@ -23,2 +23,6 @@ module.exports = {

},
list_cards: {
path: 'customers/:customer_id/cards',
method: 'get'
},
add_bank: {

@@ -31,2 +35,6 @@ path: 'customers/:customer_id',

},
list_banks: {
path: 'customers/:customer_id/bank_accounts',
method: 'get'
},
add_credit: {

@@ -66,2 +74,6 @@ path: 'customers/:customer_id/credits',

},
list_transactions: {
path: 'customers/:customer_id/transactions',
method: 'get'
},
delete: {

@@ -68,0 +80,0 @@ path: 'customers/:customer_id',

2

package.json
{
"name": "balanced-node-new",
"description": "Offical Balanced Payments API Client for node.js, https://www.balancedpayments.com/docs/api",
"version": "0.4.1",
"version": "0.4.2",
"author": "Balanced Payments / uh-sem-blee, Co. | typefoo",

@@ -6,0 +6,0 @@ "contributors": [

@@ -5,3 +5,3 @@ var https = require('https'),

async = require('async'),
balanced = require('../lib_new/balanced'),
balanced = require('../lib/balanced'),
config = require('./definitions.js'),

@@ -8,0 +8,0 @@ hostname = 'api.balancedpayments.com',

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