New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@communityboss/emails

Package Overview
Dependencies
Maintainers
4
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@communityboss/emails

## Architecture Overview

  • 2.22.0
  • unpublished
  • latest
  • npm
  • Socket score

Version published
Maintainers
4
Created
Source

Email templates

Architecture Overview

  • An npm library that, given a template name and parameters, returns an HTML or text representation of the email (basically html('template_name', { ...params}))
  • email-templates: SvelteKit app to preview emails
    • Creates a route for every email template
    • You pass params to the email template via query params
    • The router loads the template and passes the params to it via the library code

Setup

npm install

Develop

npm run dev

Open http://localhost:4444 to view the template previewer.

Resources

FAQs

Package last updated on 03 Jan 2023

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc