Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
A new way to manage your private repository
Ltk is a simple package manager written in nodejs to manage your private repository on your server
Ltk need a ltk server to host the information about your private packages
Informations are saved as json like this
"name": "ltk-test",
"url": "git@bitbucket.org:lotrek-tea/ltk-test.git",
"type": "node",
"version": 1,
"hash": "6ca47b2cb4d6a1886a6d2ca7d0cf1843450aff12478b7e8d9e10cbed18a81454d8c486c6aff6830428a16bfcd569628d9727924a03d5de8f2a8c632b87830e74"
At the moment types supported are : node
and python
Hash field is necessary to identify a package and is calulated with hasha with name + version
as value
Ltk has some operation like :
ltk init
ltk install <name of repo>
ltk remove <name of repo>
ltk register
Ltk save some preferences on your home directory as
url
as Ltk server
default_node_manager
where you can define your node manager for packages yarn and npm
are supported
default_python_manager
where you can define your python manager for packages pip
is supported
You can define it when init your first project and run ltk init
Ltk is handcrafted with love by Lotrèk Digital Agency
FAQs
Ltk client for private repo system
The npm package ltk-cli receives a total of 2 weekly downloads. As such, ltk-cli popularity was classified as not popular.
We found that ltk-cli 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.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.