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

belvo

Package Overview
Dependencies
Maintainers
6
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

belvo - npm Package Compare versions

Comparing version 0.9.1 to 0.10.0

lib/taxComplianceStatus.js

5

lib/belvo.js

@@ -26,2 +26,4 @@ "use strict";

var _taxComplianceStatus = _interopRequireDefault(require("./taxComplianceStatus"));
var _taxReturns = _interopRequireDefault(require("./taxReturns"));

@@ -89,2 +91,3 @@

this.taxReturns = new _taxReturns["default"](this.session);
this.taxComplianceStatus = new _taxComplianceStatus["default"](this.session);
this.taxStatus = new _taxStatus["default"](this.session);

@@ -95,3 +98,3 @@ this.statements = new _statements["default"](this.session);

case 17:
case 18:
case "end":

@@ -98,0 +101,0 @@ return _context.stop();

2

package.json
{
"name": "belvo",
"version": "0.9.1",
"version": "0.10.0",
"description": "The node.js module for the Belvo API",

@@ -5,0 +5,0 @@ "main": "lib/belvo.js",

@@ -12,3 +12,3 @@ <h1 align="center">Belvo Js</h1>

If you want to check the full documentation about Belvo API: https://docs.belvo.co
If you want to check the full documentation about Belvo API: https://docs.belvo.com

@@ -34,3 +34,3 @@ Or if you want to more information about:

'YOUR-SECRET',
'https://sandbox.belvo.co'
'https://sandbox.belvo.com'
);

@@ -57,3 +57,3 @@

'YOUR-SECRET',
'https://sandbox.belvo.co'
'https://sandbox.belvo.com'
);

@@ -60,0 +60,0 @@

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