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.
The Unrevealed CLI is a code generation tool designed to simplify the integration of Unrevealed into your codebase. Using the CLI will allow you to automaticaly type the SDKs. This has multiple benefits:
Install the CLI. We recommend adding is as a devDependency
of your project. If you have a monorepo, we also recommend installing it at the root if you're using it in multiple applications.
npm install -D unrev
unrev login
unrev init
This will ask you a few questions and generate unrevealed.config.json
at the root of your project.
unrev generate
This command will generate types for the target SDKs, based on unrevealed.config.json
unrevealed.config.json
The unrevealed config file is used by the CLI and the VS Code extension to generate code and give you context about your features. Here's an example of config file:
{
"productId": "YOUR_PRODUCT_ID",
"generates": {
"apps/webapp/src/generated/unrevealed.ts": {
"sdk": "react"
},
"apps/api/src/generated/unrevealed.ts": {
"sdk": "node"
}
}
}
FAQs
Unrevealed
The npm package unrev receives a total of 502 weekly downloads. As such, unrev popularity was classified as not popular.
We found that unrev 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.