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

@olets/tailwindcss-fluid-font-size

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@olets/tailwindcss-fluid-font-size - npm Package Compare versions

Comparing version 3.0.0-beta.1 to 3.0.0-beta.2

6

package.json
{
"name": "@olets/tailwindcss-fluid-font-size",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"description": "Tailwind CSS fluid font-size plugin",

@@ -17,5 +17,5 @@ "main": "dist/index.js",

"test": "jest --testPathPattern=./tests",
"dev": "pnpm test -- --watch",
"dev": "bun test -- --watch",
"lint": "eslint . --ignore-path .gitignore --fix --max-warnings 0",
"publish": "npm publish --access=public && pnpm dlx jsr publish",
"publish": "npm publish --access=public && bunx jsr publish",
"changelog": "conventional-changelog -i CHANGELOG.md -s -p angular"

@@ -22,0 +22,0 @@ },

@@ -15,14 +15,21 @@ # tailwindcss-fluid-font-size

 
📖 Visit the docs site at https://tailwindcss-fluid-font-size.olets.dev/
📖 See the docs site at https://tailwindcss-fluid-font-size.olets.dev/
 
 
Or dive right in.
```sh
# run one of
# Install from NPM
# (recommended)
# by running one of
bun add -D @olets/tailwindcss-fluid-font-size
deno add npm:@olets/tailwindcss-fluid-font-size
npm add -D @olets/tailwindcss-fluid-font-size
pnpm add -D @olets/tailwindcss-fluid-font-size
yarn add -D @olets/tailwindcss-fluid-font-size
# Or install from JSR
# (deprecated, may be removed from JSR registry in a future major version)
# by running one of
bunx jsr add -D @olets/tailwindcss-fluid-font-size

@@ -29,0 +36,0 @@ deno add @olets/tailwindcss-fluid-font-size

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