Socket
Socket
Sign inDemoInstall

@email-types/data

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@email-types/data

@email-types/data


Version published
Maintainers
1
Created
Source

Email Types Data

General TypeScript definitions and compatibility data that can be used when building emails. Checkout msotype and stylis-plugin-mso for examples.

yarn add --dev @email-types/data

Data

DescriptionExports
msoData about the different features of the MSO language.• properties
• syntaxes
• operators
• types
• versions
featurestodotodo
providerstodotodo

MSO

Properties

Property data for MSO (Microsoft Office), including data for the mso- CSS vendor prefix. There are 2 categories of property data.

  • alternatives - Properties that end with an -alt postfix that are direct alternatives to a standard CSS property.
  • standard - Properties that correspond to a Microsoft Office feature. While these do not have a CSS equivalent, they may or may not have an effect on Microsoft Outlook
Syntaxes

MSO value definition syntax is used for the formal syntax of MSO properties. For example, the color property uses the following syntax where is referring to a syntax that is defined in syntaxes.ts.

color: {
  syntax: '<named-color>';
}
Operators

Operator syntax that can be used to create MSO conditional expressions, comments.

Types

CSS basic data types, such as <sting> and <length>, that are acceptable values that can be used by MSO properties.

Versions

MSO version vectors that map to specific Outlook clients. This is commonly used to target specific versions of Outlook with conditional comments.

Keywords

FAQs

Package last updated on 03 Dec 2019

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