
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
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
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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.