Research
Security News
Kill Switch Hidden in npm Packages Typosquatting Chalk and Chokidar
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
email-styles
Advanced tools
Light weight CSS framework for emails.
Need professional looking emails? Stylize your emails for Gmail, Hotmail, Outlook and more with Email Styles CSS framework.
See DEMO.
NOTE: Not all email client compatibility support certain HTML and CSS tags. Keep this in mind when preparing your email template.
Copy and paste dist/style.min.css
or user node:
npm install email-styles
To use the framework, simply copy the content of the minified version, located at dist/style.min.css
, in your emails template head
section:
<html>
<head>
<style type="text/css">
<!-- COPY CONTENT FROM style.min.css HERE!!!!!! -->
</style>
</head>
</html>
This is the recomended structure to use with the framework:
<html>
<head>
<style type="text/css">
<!-- COPY CONTENT FROM style.min.css HERE!!!!!! -->
</style>
</head>
<body>
<div class="container">
<div class="header">
<!-- Your logo or company name here -->
</div>
<div class="content">
<!-- Email content here -->
</div>
<div class="footer">
<!-- Copyright and links info here -->
</div>
</div>
</body>
</html>
Then use the provided CSS classes.
The MIT License (MIT)
Copyright (c) 2019 10Quality.
FAQs
Light weight CSS framework for emails.
The npm package email-styles receives a total of 2 weekly downloads. As such, email-styles popularity was classified as not popular.
We found that email-styles 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.
Research
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.