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

tailwind-variants

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tailwind-variants - npm Package Compare versions

Comparing version 0.0.20 to 0.0.21

.commitlintrc.cjs

26

package.json
{
"name": "tailwind-variants",
"version": "0.0.20",
"version": "0.0.21",
"description": "🦄 Tailwindcss first-class variant API",

@@ -19,9 +19,11 @@ "author": "Junior Garcia <jrgarciadev@gmail.com>",

"main": "dist/index.cjs",
"typings": "./dist/index.d.ts",
"types": "dist/index.d.ts",
"sideEffects": false,
"files": [
"dist",
"transformer.js",
"transformer.d.ts"
],
"exports": {
".": {
"require": "./dist/index.cjs",
"import": "./dist/index.js",
"types": "./types/index.d.ts"
}
},
"scripts": {

@@ -86,11 +88,3 @@ "build": "tsup && node copy-types.cjs",

},
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.cjs",
"import": "./dist/index.js",
"types": "./types/index.d.ts"
}
}
"module": "dist/index.js"
}
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