
Security News
VulnCon 2025: NVD Scraps Industry Consortium Plan, Raising Questions About Reform
At VulnCon 2025, NIST scrapped its NVD consortium plans, admitted it can't keep up with CVEs, and outlined automation efforts amid a mounting backlog.
Not just another general purpose IDE. The best one for TypeScript.
⚠️ This project is not ready. Lookout for final release by about 2017 (patience and persistence), just making it public to be clear on what I am working on. 🌟 it to help it move along 🌹
Why TypeScript?
You can build complete applications with a single language > this means you can have dev tools (like this) that can understand your entire project.
Why another IDE (not atom / vscode / brackets)?
Fundamental differences:
npm install
and open your browser.There are lots of other reasons why you might use this project OR use the source code. Effectively this is transpiler
, editor
, analyzer
, DX workflow
rolled into one.
This is a forward looking project that plans to use the latest tech as it becomes available:
That is it!
Till we consider it stable for release we are not pushing to NPM. So for now you need to get it using the CONTRIBUTING guide.
Get it:
npm install tsb -g
Run it passing in the directory you want to serve up:
tsb .
Now open it in your favorite browser (pssst chrome
) at the URL mentioned in your console. (protip use tsb -o
)
All of these are optional:
-o
: Open the browser on the server-d <directory>
: Specify a working directory-p <port>
: Specify a custom port number--safe
: To ignore any previous session data in .tsb
folderMIT
FAQs
The best TypeScript development environment
The npm package tsb receives a total of 15 weekly downloads. As such, tsb popularity was classified as not popular.
We found that tsb demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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.
Security News
At VulnCon 2025, NIST scrapped its NVD consortium plans, admitted it can't keep up with CVEs, and outlined automation efforts amid a mounting backlog.
Product
We redesigned our GitHub PR comments to deliver clear, actionable security insights without adding noise to your workflow.
Product
Our redesigned Repositories page adds alert severity, filtering, and tabs for faster triage and clearer insights across all your projects.