tailwind-variants
Advanced tools
Comparing version 0.0.20 to 0.0.21
{ | ||
"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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
313533
47
1730
1
1