
Security News
AI Slop Is Polluting Bug Bounty Platforms with Fake Vulnerability Reports
AI-generated slop reports are making bug bounty triage harder, wasting maintainer time, and straining trust in vulnerability disclosure programs.
hot-builder
Advanced tools
A CLI tool for building custom Handsontable spreadsheet component.
Install the tool using npm.
npm install hot-builder -g
> hot-builder build
Builds custom version of handsontable.
Arguments:
-i, --input
- Path to a directory where Handsontable Community Edition or Handsontable PRO repository was downloaded.-o, --output-dir
- Output directory where generated bundle will be saved.-a, --include-all
- Includes all found modules into generated bundle.-A, --add-module
- Includes specified modules into generated bundle (eg. -A ContextMenu,ManualRowMove
).-R, --remove-module
- Excludes specified modules from generated bundle (eg. -R ContextMenu,ManualRowMove
).-U, --no-ui
- Disables the UI.--repository-tag
- Specifies which version of Handsontable Community Edition or Handsontable PRO repository will be cloned (eg. --repository-tag develop
, or --repository-tag 0.32.0
). This option is active only if you omitted -i
, --input
argument.--pro
- Indicates that version specified by --repository-tag
argument will be referring to the Handsontable PRO package.--debug
- Debug mode - will output debug messages from workers.> hot-builder -h
Displays hot-builder
help information.
> hot-builder -V
Prints the installed hot-builder
version.
Build your custom handsontable Community Edition package (from the handsontable remote repository)
$ hot-builder build -o hot-dist
Or build your custom handsontable Community Edition package using a local directory
$ hot-builder build -i path-to-your-handsontable-copy/ -o hot-dist
After executing command and selecting plugins, the builder automatically resolves all plugins and external libraries before building a package in the hot-dist
directory.
If it works correctly, you should see something like:
Additional examples:
hot-builder
is released under the MIT license.
Copyrights belong to Handsoncode sp. z o.o.
Feel free to give us feedback on this tool using this contact form or write directly at hello@handsontable.com.
FAQs
CLI tool for building custom Handsontable package
The npm package hot-builder receives a total of 10 weekly downloads. As such, hot-builder popularity was classified as not popular.
We found that hot-builder demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
AI-generated slop reports are making bug bounty triage harder, wasting maintainer time, and straining trust in vulnerability disclosure programs.
Research
Security News
The Socket Research team investigates a malicious Python package disguised as a Discord error logger that executes remote commands and exfiltrates data via a covert C2 channel.
Research
Socket uncovered npm malware campaign mimicking popular Node.js libraries and packages from other ecosystems; packages steal data and execute remote code.