New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@niowx/email-compiler

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@niowx/email-compiler

A email compiler

latest
npmnpm
Version
0.1.2
Version published
Maintainers
1
Created
Source

Email Compiler

Intro

Normalize different kinds of emails to json.

Quick Start

# you can use npm , yarn or pnpm 

#npm
npm i @niowx/email-compiler -S

# yarn
yarn add @niowx/email-compiler

# pnpm
pnpm add @niowx/email-compiler

Example

We will automatically identify the source of your email and parse it.

import emailCompiler from '@niowx/email-compiler'

const content = emailCompiler('email content')

Keywords

niowx

FAQs

Package last updated on 02 Dec 2022

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