Socket
Book a DemoInstallSign in
Socket

c2-account

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

c2-account

Biblioteca de funções

latest
npmnpm
Version
1.0.5
Version published
Maintainers
1
Created
Source

Lib typescript

Biblioteca com funções utilitárias para aplicações Typescript

Configurations

  • Install node. Below install in Linux OS
# Download and install nvm:
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash

# in lieu of restarting the shell
\. "$HOME/.nvm/nvm.sh"

# Download and install Node.js:
nvm install 22

# Verify the Node.js version:
node -v # Should print "v22.16.0".
nvm current # Should print "v22.16.0".

# Verify npm version:
npm -v # Should print "10.9.2".

  • Install yarn
npm install --global yarn

Login to npm

npm login

[put your data of user, password, email]

Build command

yarn build

Publish command

yarn [publish-patch/publish-minor/publish-major] -m 'message to publish'
  • The version number is showed on log of command publish

FAQs

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