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

@unocss/transformer-attributify-jsx

Package Overview
Dependencies
Maintainers
1
Versions
156
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.1 to 0.45.3

2

dist/index.d.ts
import { SourceCodeTransformer } from '@unocss/core';
declare type FilterPattern = ReadonlyArray<string | RegExp> | string | RegExp | null;
declare type FilterPattern = Array<string | RegExp> | string | RegExp | null;
interface TransformerAttributifyJsxOptions {

@@ -5,0 +5,0 @@ /**

{
"name": "@unocss/transformer-attributify-jsx",
"version": "0.45.1",
"version": "0.45.3",
"description": "Support valueless attributify in JSX/TSX.",

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

"dependencies": {
"@unocss/core": "0.45.1"
"@unocss/core": "0.45.3"
},

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

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