
Security News
Browserslist-rs Gets Major Refactor, Cutting Binary Size by Over 1MB
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
dsov-utils
Advanced tools
[](https://sdx-utils.netlify.app/) [](https://badge.fury.io/js/dsov-utils) ,
euroPrimitiveProgramId: new PublicKey(...),
wallet: new anchor.Wallet(...),
idl: programTypes.IDL,
});
// Add Asset Details
const btcAssetDetails = {...};
sdxClient.addAsset(client.AssetType.BTC, btcAssetDetails);
// Deposit as Liquidity Provider
await sdxClient.depositToVault(
client.AssetType.BTC,
new BN(...),
new BN(...)
);
We use TypeDoc for generating API documentation. To generate docs, follow these steps:
yarn install
yarn build:docs
The documentation will be generated in the docs
directory in the project root.
Our docs are hosted with Netlify as Github Pages doesn't work with private repos. You can use Netlify's Command Line Interface (CLI) to deploy the documentation site. Here's how to do it:
npm install netlify-cli -g # install Netlify CLI
netlify deploy # create a draft deployment
netlify deploy --prod # create a production deployment
The netlify deploy command will prompt you to provide a publish directory. This should be the docs directory where your built documentation resides.
The first netlify deploy command creates a draft version of your site and provides a draft URL for you to check. If everything looks good on your draft URL, deploy it to your main site URL with the --prod flag using netlify deploy --prod.
yarn install
yarn pack
in dsov-utils folderyarn add /Users/harsh/dsov/packages/dsov-utils/dsov-utils-v0.0.6-rc58.tgz
To build and publish the package, run:
yarn publish
We welcome contributions! Please see our Contributing Guide for more details.
FAQs
[](https://sdx-utils.netlify.app/) [](https://badge.fury.io/js/dsov-utils) ![License](https://img.shields.io/badge/License-U
The npm package dsov-utils receives a total of 153 weekly downloads. As such, dsov-utils popularity was classified as not popular.
We found that dsov-utils demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.
Security News
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.