
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.
@triply/etl-generator
Advanced tools
This is a tool for TriplyETL. It helps users to quickly set up ETL's using a CLI wizard.
Make sure you have Node.jS and Git installed:
You will also need a Triply ETL license key (not to be confused with a TriplyDB Access token). If you do not have such a key, this generator will not work. You can request a Triply ETL license key by sending an email to support@triply.com.
NB the Triply ETL license key will be stored in the repository. If you want to publish the code in this repository, please contact Triply before taking any other actions.
npm install -g @triply/etl-generator
For most Linux installs these will require root access, since global Node modules are stored in /usr/lib/node_modules/
. If you recieve an error like this:
permission denied, mkdir '/usr/lib/node_modules/triply-etl-generator
, an alternative solution would be to checkout this repository and run the code:
One time setup (only for Triply people since this requires access to a private Gitlab repository):
cd ~/triply
git clone https://git.triply.cc/triply/etl-generator
cd etl-generator
npm i && npm run build
After this is done, you can do this to use the generator:
cd ~/triply/etl-generator
npx etl-generator
npx @triply/etl-generator
Run this to see all avaliable options:
npx @triply/etl-generator
npm update -g @triply/etl-generator
Locally in the cloned repository:
npm i && npm run build
node ./dist/main`
FAQs
A tool to quickly generate Triply ETL projects.
The npm package @triply/etl-generator receives a total of 1 weekly downloads. As such, @triply/etl-generator popularity was classified as not popular.
We found that @triply/etl-generator demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers 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.