Socket
Socket
Sign inDemoInstall

@unocss/transformer-attributify-jsx

Package Overview
Dependencies
Maintainers
1
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@unocss/transformer-attributify-jsx - npm Package Compare versions

Comparing version 0.45.13 to 0.45.14

4

package.json
{
"name": "@unocss/transformer-attributify-jsx",
"version": "0.45.13",
"version": "0.45.14",
"description": "Support valueless attributify in JSX/TSX.",

@@ -35,3 +35,3 @@ "author": "Anthony Fu <anthonyfu117@hotmail.com>",

"dependencies": {
"@unocss/core": "0.45.13"
"@unocss/core": "0.45.14"
},

@@ -38,0 +38,0 @@ "devDependencies": {

@@ -76,4 +76,2 @@ # @unocss/transformer-attributify-jsx

<div hover:text-2xl /> <!-- cannot contain `:` -->
<div translate-x-[100px] /> <!-- cannot contain `[` or `]` -->

@@ -87,4 +85,2 @@ ```

<div hover="text-2xl" />
<div translate="x-[100px]" />

@@ -91,0 +87,0 @@ ```

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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