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

wealthica-sdk-js

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wealthica-sdk-js - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

5

dist/wealthica.d.ts

@@ -19,4 +19,4 @@ import { ApisauceInstance } from "apisauce";

getConnectData(options: ConnectDataOptions): Promise<ConnectData>
connect(options?: APIConfig): APIInterface
reconnect(institutionId: string): APIUserInterface
connect(options?: ConnectDataOptions): APIInterface
reconnect(institutionId: string, options: ConnectDataOptions): APIUserInterface
onConnection(callback: Function): APIInterface

@@ -93,2 +93,3 @@ onError(callback: Function): APIInterface

providers: Array<string> | undefined;
providerGroups: Array<string> | undefined;
}

@@ -95,0 +96,0 @@

@@ -19,4 +19,4 @@ import { ApisauceInstance } from "apisauce";

getConnectData(options: ConnectDataOptions): Promise<ConnectData>
connect(options?: APIConfig): APIInterface
reconnect(institutionId: string): APIUserInterface
connect(options?: ConnectDataOptions): APIInterface
reconnect(institutionId: string, options: ConnectDataOptions): APIUserInterface
onConnection(callback: Function): APIInterface

@@ -93,2 +93,3 @@ onError(callback: Function): APIInterface

providers: Array<string> | undefined;
providerGroups: Array<string> | undefined;
}

@@ -95,0 +96,0 @@

@@ -19,4 +19,4 @@ import { ApisauceInstance } from "apisauce";

getConnectData(options: ConnectDataOptions): Promise<ConnectData>
connect(options?: APIConfig): APIInterface
reconnect(institutionId: string): APIUserInterface
connect(options?: ConnectDataOptions): APIInterface
reconnect(institutionId: string, options: ConnectDataOptions): APIUserInterface
onConnection(callback: Function): APIInterface

@@ -93,2 +93,3 @@ onError(callback: Function): APIInterface

providers: Array<string> | undefined;
providerGroups: Array<string> | undefined;
}

@@ -95,0 +96,0 @@

@@ -19,4 +19,4 @@ import { ApisauceInstance } from "apisauce";

getConnectData(options: ConnectDataOptions): Promise<ConnectData>
connect(options?: APIConfig): APIInterface
reconnect(institutionId: string): APIUserInterface
connect(options?: ConnectDataOptions): APIInterface
reconnect(institutionId: string, options: ConnectDataOptions): APIUserInterface
onConnection(callback: Function): APIInterface

@@ -93,2 +93,3 @@ onError(callback: Function): APIInterface

providers: Array<string> | undefined;
providerGroups: Array<string> | undefined;
}

@@ -95,0 +96,0 @@

2

package.json
{
"name": "wealthica-sdk-js",
"version": "0.0.8",
"version": "0.0.9",
"description": "Official Wealthica JS SDK for the Browser & NodeJS",

@@ -5,0 +5,0 @@ "author": "Wealthica Financial Technology Inc. <hello@wealthica.com> (https://wealthica.com/)",

@@ -191,2 +191,3 @@ # Official Wealthica JS SDK for the Browser & NodeJS

providers: ['wise', 'stockchase'], // optional, ignored if `provider` is also passed in.
providerGroups: ['core', 'thirdparty'], // optional, ['core'] by default
theme: 'light', // optional (light | dark), 'light' by default

@@ -193,0 +194,0 @@ providersPerLine: 1, // optional (1 | 2), 2 by default

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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