
Research
Node.js Fixes AsyncLocalStorage Crash Bug That Could Take Down Production Servers
Node.js patched a crash bug where AsyncLocalStorage could cause stack overflows to bypass error handlers and terminate production servers.
@sumor-cloud/builder
Advanced tools
Sumor Builder Tool is a tool used to quickly build Node.JS libraries, providing functions such as fast testing, packaging, and publishing private npm package.
A Sumor Cloud Tool, used to quickly build Node.JS libraries.
Sumor Builder Tool is a tool used to quickly build Node.JS libraries, providing functions such as fast testing, packaging, and publishing private NPM package.
More Documentation
npm install -D @sumor-cloud/builder
Now, you can use the scb command to use the builder tool.
Quickly initialize the project, generate sample programs and test cases, as well as build configuration files.
scb init
It will check the code style and code format. and it will generate a report into output/lint folder.
scb lint
scb lint --fix
It will run the unit test cases which are under test folder and suffix with .test.js.
Then generate an unit test report into output/unit folder. A coverage report into output/coverage folder.
scb test
Aim to package the library into a single file, and prepare files for publishing to NPM.
It will copy static folder into output folder.
It will package the library into output folder. By default, package entry is src/index.js.
output folder is output/production.
```shell
scb build
output folder is output/development.
scb build --mode=development
It will generate a license report into output/license.md.
scb license
Publish the library to the public repository
scb publish <version>
Publish the beta version
scb publish <version> -b
Publish the library to the private repository
scb publish <version> -r <registry> -u <username> -p <password>
Clean the dependencies, in case of some dependencies expired.
scb clean
Specify scope which will be cleaned, example: @sumor-cloud
scb clean --scope @sumor-cloud
You can use this tool for free.
But we are a commercial company, to ensure stability, we currently don't offer a joint contribution mechanism.
You can report issues through Report Library Issue Ticket, and we will fix them as soon as possible.
In consideration of the chaotic situation in the open source community, we provide obfuscated code for use and security analysis.
However, we do not provide the source code in its original form in order to protect the ongoing maintenance and creative interests and motivations.
The released code in NPMJS is based on MIT. The source code is closed-source.
FAQs
Sumor Builder Tool is a tool used to quickly build Node.JS libraries, providing functions such as fast testing, packaging, and publishing private npm package.
The npm package @sumor-cloud/builder receives a total of 1 weekly downloads. As such, @sumor-cloud/builder popularity was classified as not popular.
We found that @sumor-cloud/builder 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.

Research
Node.js patched a crash bug where AsyncLocalStorage could cause stack overflows to bypass error handlers and terminate production servers.

Research
/Security News
A malicious Chrome extension steals newly created MEXC API keys, exfiltrates them to Telegram, and enables full account takeover with trading and withdrawal rights.

Security News
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.