Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
@chisel/steroids
Advanced tools
Steroids helps building backend solutions with Node.js, Express, and TypeScript by introducing new components that are easy and fast to develop.
Here's a quick list of features Steroids provides:
npm install @chisel/steroids -g
You can read the official documentation to learn how to use Steroids to develop backend solutions.
After installing Steroids globally, the sd
command will be available with the following options:
src/routers
and src/services
respectively. The component name should be in kebab case. If tests are setup, a test suite is also generated at test/src/routers
or test/src/services
.src
to override the default component path.src
).dist
.docs
directory.Create a new project called My Project:
sd new my-project
Add a new router called UserAuth at src/routers/user-auth.router.ts
:
sd add router user-auth
Add a new service called Firebase at src/services/firebase.service.ts
:
sd add service firebase
List all TypeScript paths:
sd path list
Add a new path for modular validators at src/validators
:
sd path new @steroids/validator/* validators/*.validator
Delete the models path:
sd path delete @steroids/models
Build the source into dist
:
sd build
Run the server on default port 5000:
sd run
Run the server on port 5003 with live reloading:
sd run --port 5003 --watch
Build and run the tests:
sd test
Generate the documentation at docs
and serve on port 5004 with live reloading:
sd docs -p 5004 -w
FAQs
Framework for building Node.js servers with Express on steroids!
The npm package @chisel/steroids receives a total of 9 weekly downloads. As such, @chisel/steroids popularity was classified as not popular.
We found that @chisel/steroids 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.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.