Socket
Socket
Sign inDemoInstall

@unocss/preset-tagify

Package Overview
Dependencies
Maintainers
1
Versions
186
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@unocss/preset-tagify - npm Package Compare versions

Comparing version 0.37.2 to 0.37.3

2

dist/index.d.ts

@@ -10,3 +10,3 @@ import { Extractor, VariantObject, Preset } from '@unocss/core';

* Tags excluded from processing.
* @default ['b', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'table']
* @default ['b', /^h\d+$/, 'table']
*/

@@ -13,0 +13,0 @@ excludedTags?: (string | RegExp)[];

{
"name": "@unocss/preset-tagify",
"version": "0.37.2",
"version": "0.37.3",
"description": "Tagify preset for UnoCSS",

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

"dependencies": {
"@unocss/core": "0.37.2"
"@unocss/core": "0.37.3"
},

@@ -39,0 +39,0 @@ "scripts": {

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