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

@banked/node

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@banked/node - npm Package Compare versions

Comparing version 0.0.13 to 0.0.15

dist/bank_accounts/list.js

8

CHANGELOG.md

@@ -5,2 +5,10 @@ # Changelog

### [0.0.15](https://github.com/banked/banked-node/compare/v0.0.14...v0.0.15) (2020-06-18)
### [0.0.14](https://github.com/banked/banked-node/compare/v0.0.13...v0.0.14) (2020-06-18)
### [0.0.12](https://github.com/banked/banked-node/compare/v0.0.12...v0.0.13) (2020-06-17)

@@ -7,0 +15,0 @@

11

dist/index.js

@@ -19,4 +19,6 @@ "use strict";

var _read3 = _interopRequireDefault(require("./providers/read"));
var _list = _interopRequireDefault(require("./providers/list"));
var _list2 = _interopRequireDefault(require("./bank_accounts/list"));
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

@@ -29,2 +31,3 @@

// Providers
// Bank Accounts
class Banked {

@@ -52,4 +55,8 @@ constructor(keys = {}) {

this.providers = {
read: _read3.default
read: _list.default,
list: _list.default
};
this.bankAccounts = {
list: _list2.default
};
}

@@ -56,0 +63,0 @@

2

dist/util/client.js

@@ -16,3 +16,3 @@ "use strict";

instance = _axios.default.create({
baseURL: "https://banked.me/api/v2",
baseURL: "https://api.banked.com/v2",
timeout: 3000

@@ -19,0 +19,0 @@ });

{
"name": "@banked/node",
"version": "0.0.13",
"version": "0.0.15",
"description": "Node.js library for the Banked API",

@@ -5,0 +5,0 @@ "license": "MIT",

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