Socket
Socket
Sign inDemoInstall

fower-plugin-font-family

Package Overview
Dependencies
9
Maintainers
1
Versions
94
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.46.0 to 1.47.0

11

package.json
{
"name": "fower-plugin-font-family",
"version": "1.46.0",
"version": "1.47.0",
"license": "MIT",

@@ -16,2 +16,3 @@ "main": "dist/index.js",

"start": "tsdx watch --verbose",
"build:types": "node gen-types.js",
"build": "tsdx build",

@@ -26,7 +27,7 @@ "test": "tsdx test --passWithNoTests",

"dependencies": {
"@fower/atomic-props": "^1.46.0",
"@fower/core": "^1.46.0",
"@fower/utils": "^1.46.0"
"@fower/atomic-props": "^1.47.0",
"@fower/core": "^1.47.0",
"@fower/utils": "^1.47.0"
},
"gitHead": "11cdb1f2121928c3de196008736d155c588614ff"
"gitHead": "80fcd01f8938e40be153469231008ca11d7974f0"
}

@@ -1,3 +0,2 @@

import { FowerPlugin } from '@fower/core'
import { FowerPlugin, ResponsiveValue, ResponsiveBoolean } from "@fower/core"
declare const _default: () => FowerPlugin

@@ -9,4 +8,3 @@ export default _default

/**
* Set font family to sans
*
* Set font-family to sans type
* @example

@@ -16,8 +14,7 @@ * ```tsx

* ```
* @see https://developer.mozilla.org/en-US/docs/Web/CSS/font-family
*/
fontSans?: boolean
fontSans?: ResponsiveBoolean
/**
* Set font family to serif
*
* Set font-family to serif type
* @example

@@ -27,8 +24,7 @@ * ```tsx

* ```
* @see https://developer.mozilla.org/en-US/docs/Web/CSS/font-family
*/
fontSerif?: boolean
fontSerif?: ResponsiveBoolean
/**
* Set font family to mono
*
* Set font-family to mono type
* @example

@@ -38,5 +34,6 @@ * ```tsx

* ```
* @see https://developer.mozilla.org/en-US/docs/Web/CSS/font-family
*/
fontMono?: boolean
fontMono?: ResponsiveBoolean
}
}
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc