
Security News
curl Shuts Down Bug Bounty Program After Flood of AI Slop Reports
A surge of AI-generated vulnerability reports has pushed open source maintainers to rethink bug bounties and tighten security disclosure processes.
@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.
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.
Chinese Version
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
scb build
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>
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.

Security News
A surge of AI-generated vulnerability reports has pushed open source maintainers to rethink bug bounties and tighten security disclosure processes.

Product
Scan results now load faster and remain consistent over time, with stable URLs and on-demand rescans for fresh security data.

Product
Socket's new Alert Details page is designed to surface more context, with a clearer layout, reachability dependency chains, and structured review.