New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

tailwindcss

Package Overview
Dependencies
Maintainers
1
Versions
1841
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tailwindcss - npm Package Compare versions

Comparing version 1.5.0 to 1.5.1

12

lib/util/wrapWithVariants.js

@@ -15,2 +15,14 @@ "use strict";

function wrapWithVariants(rules, variants) {
let foundVariantAtRule = false;
_postcss.default.root({
nodes: rules
}).walkAtRules('variants', () => {
foundVariantAtRule = true;
});
if (foundVariantAtRule) {
return (0, _cloneNodes.default)(rules);
}
return _postcss.default.atRule({

@@ -17,0 +29,0 @@ name: 'variants',

2

package.json
{
"name": "tailwindcss",
"version": "1.5.0",
"version": "1.5.1",
"description": "A utility-first CSS framework for rapidly building custom user interfaces.",

@@ -5,0 +5,0 @@ "license": "MIT",

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