
Research
/Security News
DuckDB npm Account Compromised in Continuing Supply Chain Attack
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
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@github.com:ltkpm/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 4 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
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
Product
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.