
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
mjml-serve
is a very simple command line tool for hosting .mjml files while
developing. It allows you to view the email in your browser as html while developing.
npm install -g mjml-serve
mjml-serve
by default will look for .mjml files in the cwd
it is run from.
To begin hosting files create an mjml file in your current directory.
echo "<mj-body><mj-section><mj-column><mj-text>Hello World</mj-text></mj-column></mj-section></mj-body>" > example.mjml
Then run the server
mjml-serve
And open your browser to http://localhost:5432/example.mjml
You can also specify a directory for the server to look for mjml files for
mjml-serve relative/path/to/dir/
or
mjml-serve /absolute/path/to/dir/
FAQs
Serves mjml files for development
The npm package mjml-serve receives a total of 0 weekly downloads. As such, mjml-serve popularity was classified as not popular.
We found that mjml-serve 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
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.