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

@moneytree/mt-link-javascript-sdk

Package Overview
Dependencies
Maintainers
0
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@moneytree/mt-link-javascript-sdk

Moneytree Link JavaScript SDK

4.1.1
latest
Source
npm
Version published
Weekly downloads
355
-20.76%
Maintainers
0
Weekly downloads
 
Created
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

Package last updated on 04 Mar 2025

Did you know?

Socket

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