Socket
Socket
Sign inDemoInstall

@c10h/typography

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.0 to 1.3.1

6

CHANGELOG.md
# @c10h/typography
## 1.3.1
### Patch Changes
- [`2869d51`](https://github.com/mdcollab/carbon-health-interface-system/commit/2869d518476a65c9e9e314b5d79888250e5cccd9) [#17](https://github.com/mdcollab/carbon-health-interface-system/pull/17) Thanks [@miguelbermudez](https://github.com/miguelbermudez)! - Change TypographyItem's type definition.
## 1.3.0

@@ -4,0 +10,0 @@

2

package.json
{
"name": "@c10h/typography",
"version": "1.3.0",
"version": "1.3.1",
"description": "Carbon Health Interface System Typography",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

@@ -8,4 +8,4 @@ export interface TypographyFileMeta {

export interface TypographyItem {
fontFamily: FontFamily | FontPostScript;
fontPostScriptName: FontPostScript;
fontFamily: string;
fontPostScriptName: string;
fontSize: number;

@@ -12,0 +12,0 @@ fontWeight: string;

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc