Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@hubspot/ui-extensions-dev-server
Advanced tools
Development server to run and test your HubSpot UI Extensions.
Development server to run and test your HubSpot UI Extensions.
This package contains the cli for running HubSpot UI extensions locally, as well as running a production build for debugging purposes.
If for any reason you need help with the ui-extensions-dev-server
you can access the help menu in a few ways:
hs-ui-extensions-dev-server
hs-ui-extensions-dev-server -h
hs-ui-extensions-dev-server --help
Prompts you which of your extensions you would like to run in local dev mode. Once you have made your selection, it sets up a watcher on the entry point file for that project as well as any child files. Any changes to those files will trigger a local build which will bundle your code and output the bundle in a dist/
directory inside of your current working directory. To initiate local dev mode in the browser, you just need to navigate to the CRM where your the deployed version of your card lives. The browser will detect that you have the dev server running, and make the connection on your behalf.
Action | Command |
---|---|
Standard Local Dev | hs-ui-extensions-dev-server dev |
Bypass Prompt | hs-ui-extensions-dev-server dev --extension MyEntryPointFile.jsx hs-ui-extensions-dev-server dev -e MyEntryPointFile.jsx |
This should not be required in the standard development workflow. It is there to aid debugging the output of an extension. This command will run a build similar to what we will run when these extensions are uploaded. The output will be written into a dist/
directory in the current working directory.
Action | Command |
---|---|
Build All Extensions | hs-ui-extensions-dev-server build |
Build a single extension | hs-ui-extensions-dev-server build --extension MyEntryPointFile.jsx hs-ui-extensions-dev-server build -e MyEntryPointFile.jsx |
FAQs
Development server library to run your HubSpot UI Extensions.
The npm package @hubspot/ui-extensions-dev-server receives a total of 3,689 weekly downloads. As such, @hubspot/ui-extensions-dev-server popularity was classified as popular.
We found that @hubspot/ui-extensions-dev-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.