Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
@zimbra/zimlet-cli
Advanced tools
Develop, Build, and Package Zimbra X compatible zimlets for development and production.
A command-line build tool for next generation Zimlets, powered by Webpack.
npm install -g @zimbra/zimlet-cli
zimlet
Run the zimlet
command by itself to see all available options. ZimletCLI makes it easy to get help with the --help
option available for all commands.
An extensive getting started guide on how to create Zimlets and Java extensions can be found at:
Zimlet CLI command options can be found in:
:warning: Make sure to accept any self signed certificates generated by the
zimlet watch
command.
:warning: The Zimlet is evaluated in a seperate window with a clean environment. This means common global values like
window.location
will not be available. Instead, many global values are available in the Redux store.
Want to work on the CLI? It's easy:
# get into this directory:
cd zimlet-cli
# install the dependencies:
npm install
# now any time you change src/ in the CLI package,
# (re-)link your build of the CLI globally:
npm run build && npm link
Doing the above (and repeating the last step for any change to the CLI's source) will introduce a zimlet
command globally.
To customize webpack create a zimlet.config.js
file in the root of your Zimlet which exports a function that will change webpack's config. To use a file other than zimlet.config.js
, set a custom path as env.config
.
/**
* Function that mutates original webpack config.
*
* @param {object} config - original webpack config.
* @param {object} env - options passed to CLI.
**/
export default function (config, env) {
/** you can change config here **/
}
FAQs
Develop, Build, and Package Zimbra X compatible zimlets for development and production.
The npm package @zimbra/zimlet-cli receives a total of 18 weekly downloads. As such, @zimbra/zimlet-cli popularity was classified as not popular.
We found that @zimbra/zimlet-cli 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.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.