
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.
@rettangoli/fe
Advanced tools
A modern frontend framework that uses YAML for view definitions, web components for composition, and Immer for state management. Build reactive applications with minimal complexity using just 3 types of files.
.view.yaml
, .store.js
, .handlers.js
files scale from single page to complex applicationsrtgl fe build # Build components
rtgl fe watch # Start dev server
Runtime:
Build & Development:
Browser Native:
rettangoli.config.yaml
file in your project rootbun install
# Scaffold a new component
node ../rettangoli-cli/cli.js fe scaffold --category components --name MyButton
# Build once
node ../rettangoli-cli/cli.js fe build
# Watch for changes (recommended)
node ../rettangoli-cli/cli.js fe watch
src/
โโโ cli/
โ โโโ build.js # Build component bundles
โ โโโ watch.js # Development server with hot reload
โ โโโ scaffold.js # Component scaffolding
โ โโโ examples.js # Generate examples for testing
โ โโโ blank/ # Component templates
โโโ createComponent.js # Component factory
โโโ createWebPatch.js # Virtual DOM patching
โโโ parser.js # YAML to JSON converter
โโโ common.js # Shared utilities
โโโ index.js # Main exports
Create a rettangoli.config.yaml
file in your project root:
fe:
dirs:
- "./src/components"
- "./src/pages"
setup: "setup.js"
outfile: "./dist/bundle.js"
examples:
outputDir: "./vt/specs/examples"
Use visual testing with rtgl vt
:
rtgl vt generate
rtgl vt report
For a complete working example, see the todos app in examples/example1/
.
FAQs
Frontend framework for building reactive web components
The npm package @rettangoli/fe receives a total of 71 weekly downloads. As such, @rettangoli/fe popularity was classified as not popular.
We found that @rettangoli/fe demonstrated a healthy version release cadence and project activity because the last version was released less than 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.