tailwind-variants
Advanced tools
Comparing version 0.0.21 to 0.0.22
{ | ||
"name": "tailwind-variants", | ||
"version": "0.0.21", | ||
"version": "0.0.22", | ||
"description": "🦄 Tailwindcss first-class variant API", | ||
@@ -21,9 +21,7 @@ "author": "Junior Garcia <jrgarciadev@gmail.com>", | ||
"sideEffects": false, | ||
"exports": { | ||
".": { | ||
"require": "./dist/index.cjs", | ||
"import": "./dist/index.js", | ||
"types": "./types/index.d.ts" | ||
} | ||
}, | ||
"files": [ | ||
"dist", | ||
"README.md", | ||
"LICENSE" | ||
], | ||
"scripts": { | ||
@@ -88,3 +86,16 @@ "build": "tsup && node copy-types.cjs", | ||
}, | ||
"module": "dist/index.js" | ||
"module": "dist/index.js", | ||
"exports": { | ||
".": { | ||
"require": "./dist/index.cjs", | ||
"import": "./dist/index.js", | ||
"types": "./types/index.d.ts" | ||
}, | ||
"./dist/*": "./dist/*", | ||
"./transformer": { | ||
"types": "./dist/transformer.d.ts", | ||
"default": "./dist/transformer.js" | ||
}, | ||
"./package.json": "./package.json" | ||
} | ||
} |
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
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
0
19038
14
167