Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@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

  • 1.0.0-canary.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

Email Types Data

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

yarn add --dev @email-types/data

Data

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

MSO

Properties

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

  • alternatives - Properties that end with an -alt postfix that are direct alternatives to a standard CSS property.
  • fonts - Properties for the different MSO font features.
  • 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>';
}
Types

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

Keywords

FAQs

Package last updated on 10 Nov 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