Socket
Book a DemoInstallSign in
Socket

@mijoco/btc_helpers

Package Overview
Dependencies
Maintainers
0
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mijoco/btc_helpers

Helper functions common to stxeco and other applications

latest
npmnpm
Version
0.0.18
Version published
Maintainers
0
Created
Source

@mijoco/btc_helpers

Helper functions common to stxeco and other applications

Creating a project

npm init -y
npm install typescript --save-dev
npm install ts-node --save-dev
npm install tslib --save-dev
npm install @types/node --save-dev

Publishing

npm publish --access public

Packing

Test the helpers prior to publishing.

npm run build
npm pack
mv mijoco-btc_helpers-0.0.xx.tgz ../stxeco-launcher

in stxeco-launcher;

npm install ./mijoco-btc_helpers-0.0.xx.tgz

FAQs

Package last updated on 06 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