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

fluid-tailwind

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fluid-tailwind - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

dist/util/errors.js

@@ -16,3 +16,3 @@ // src/util/errors.ts

"non-length-end-bp": (bp) => `End breakpoint \`${bp}\` is not a length`,
"sort-mismatched-bp-units": (key) => `Cannot sort simple breakpoints in \`theme.${key}\` because they use different units'`,
"sort-mismatched-bp-units": (key) => `Cannot sort simple breakpoints in \`theme.${key}\` because they use different units`,
"mismatched-bp-units": (start, end) => `Start breakpoint \`${start.cssText}\` and end breakpoint \`${end.cssText}\` units don't match`,

@@ -19,0 +19,0 @@ "mismatched-bp-val-units": () => `Breakpoint and value units don't match`,

{
"name": "fluid-tailwind",
"version": "0.1.0",
"version": "0.1.1",
"main": "dist/index.js",

@@ -11,2 +11,9 @@ "types": "dist/index.d.ts",

},
"keywords": [
"clamp",
"fluid-type",
"fluid",
"tailwindcss",
"tailwind"
],
"type": "module",

@@ -18,3 +25,3 @@ "scripts": {

"postbuild": "tsc -p tsconfig.build.json --emitDeclarationOnly",
"prepublishOnly": "bun run build"
"prepublishOnly": "bun run build && bun run test"
},

@@ -21,0 +28,0 @@ "files": [

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