
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.
@loft-orbital/terraform
Advanced tools
Nx plugin to use Terraform in a Nx workspace.
Create your Nx Workspace:
npx create-nx-workspace@latest my-org --preset=empty --cli=nx
Then install terraform plugin:
npm install --save-dev @loft-orbital/terraform
Finally you can generate a new lib or project:
# library
nx g @loft-orbital/terraform:lib
# project
nx g @loft-orbital/terraform:project
Libraries are terraform modules you don't intend to deploy directly.
As such they do not come with plan
or apply
executors.
# Run terraform fmt -check
npx nx lint lib
# Run terraform validate
npx nx validate lib
Projects are terraform modules you do intend to deploy.
In addition to lint and validate executor, they come with plan
and apply
# Run terraform fmt -check
npx nx lint project
# Run terraform validate
npx nx validate project
# Run terraform plan
npx nx plan project
# Run terraform apply
npx nx apply project
FAQs
Nx plugin to use Terraform in a Nx workspace.
The npm package @loft-orbital/terraform receives a total of 34 weekly downloads. As such, @loft-orbital/terraform popularity was classified as not popular.
We found that @loft-orbital/terraform demonstrated a not healthy version release cadence and project activity because the last version was released 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.