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

msotype

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

msotype - npm Package Compare versions

Comparing version 1.0.0-canary.0 to 1.0.0-canary.1

CHANGELOG.md

16

package.json
{
"name": "msotype",
"version": "1.0.0-canary.0",
"version": "1.0.0-canary.1",
"description": "TypeScript definitions for MSO (Microsoft Office), including definitions for the mso- CSS vendor prefix.",

@@ -16,6 +16,16 @@ "main": "index.js",

},
"publishConfig": {
"access": "public"
},
"keywords": [
"definitions",
"email",
"mso",
"typescript",
"types"
],
"author": "buames",
"repository": "https://github.com/email-types/email-types",
"repository": "https://github.com/email-types/email-types/tree/master/packages/msotype",
"license": "MIT",
"gitHead": "738b3852c660c5ca2bc2f2cff04ed92d77082ff6"
"gitHead": "262b89232cc217af97eb436512aae94a8745842a"
}

17

README.md

@@ -42,3 +42,3 @@ [csstype]: https://github.com/frenic/csstype

| | Default | Hyphen |
| --------------- | ----------------------- | ----------------------------- |
| :-------------- | :---------------------- | :---------------------------- |
| **All** | `Properties` | `PropertiesHyphen` |

@@ -59,7 +59,6 @@ | **Alternative** | `AlternativeProperties` | `AlternativePropertiesHyphen` |

Interfaces with descriptors for different MSO font types. These properties do
not accept the generic length arugment since it's not needed.
Interfaces with descriptors for different MSO font types.
| | Default | Hyphen |
| ------------- | ------------------- | ------------------------- |
| :------------ | :------------------ | :------------------------ |
| **All** | `FontProperties` | `FontPropertiesHyphen` |

@@ -81,6 +80,4 @@ | **`Ansi`** | `AnsiProperties` | `AnsiPropertiesHyphen` |

## Usage
## Using Default Variation
### Default Variation
JavaScript cased (camel) properties are provided in `Mso.Properties` and

@@ -98,3 +95,3 @@ `Mso.FontProperties`.

### Hyphen Variation
## Using Hyphen Variation

@@ -130,3 +127,3 @@ Hyphen cased (kebab) properties are provided in `Mso.PropertiesHyphen`. These

### Overriding `<length>`
## Overriding `<length>`

@@ -145,3 +142,3 @@ Length defaults to `string | 0`. But it's possible to override it using

### Type Check All CSS Properties
## Type Check All CSS Properties

@@ -148,0 +145,0 @@ By default, **only** `mso-` CSS vendor prefixes are provided. If you want to

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