Socket
Socket
Sign inDemoInstall

@moneytree/mt-link-javascript-sdk

Package Overview
Dependencies
242
Maintainers
5
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @moneytree/mt-link-javascript-sdk

Moneytree Link JavaScript SDK


Version published
Weekly downloads
182
decreased by-4.21%
Maintainers
5
Install size
29.9 MB
Created
Weekly downloads
 

Changelog

Source

4.0.0 (2023-10-06)

New Features

  • feat(sdk) remove pkce option becuase all OAuth flows must use PKCE (2234e0e)
  • feat(sdk) return the full token from exchangeToken (5131f12)

Sample App improvements

  • fix(sample) fix formatting errors in html (fc70d52)
  • fix(sample) use new service options after re-write in 3.2.1 (bf9b14a)
  • refactor(sample): inline variable, use staging, remove useless await (04c119b)

Documentation improvements

  • doc(sample) update sample to use new exchangeToken type (0e68876)
  • doc(sdk) add TSDoc comments to public API (f530830)
  • doc(sdk) fix typos and inconsistencies (a926047)
  • doc(sdk) replace markdown API doc with links typedoc (b18603d)
  • doc(sdk) update documentation for exchangeCode function (40e7cb4)
  • doc(sdk) update readme with badge maintainer instructions (7fd3f27)
  • docs(sdk) fix typos (89f69cd)

Build improvements

Readme

Source

NPM Badge

This is a library for browser client to help you integrate Moneytree tools such as My Account and the Vault without having to do worry about the complex configurations.

For SDK Users

Read the documentation for more information.

For SDK Maintainers

yarn install
yarn lint       # runs eslint
yarn test       # runs all the tests
yarn build      # bundles the library

There is a minimal sample application in the sample directory.

Documentation

yarn build:docs # bundles the documentation
yarn start:docs # Serves the documentation

We use docsify to serve the documentation landing page (docs/README.md) and typedoc to generate the API documentation (docs/types).

Publishing

npm version
# after merging the new version to master
npm login
npm publish

FAQs

Last updated on 06 Oct 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc