Socket
Socket
Sign inDemoInstall

@unocss/preset-attributify

Package Overview
Dependencies
Maintainers
1
Versions
366
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@unocss/preset-attributify - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

2

dist/index.js

@@ -40,3 +40,3 @@ var __create = Object.create;

var splitterRE = /[\s'"`;]+/g;
var elementRE = /<[\w:\.$-]+\s((?:'[\s\S]*?'|"[\s\S]*?"|`[\s\S]*?`|\{[\s\S]*?\}|[\s\S]*?)*?)>/g;
var elementRE = /<[\w][\w:\.$-]+\s((?:'[\s\S]*?'|"[\s\S]*?"|`[\s\S]*?`|\{[\s\S]*?\}|[\s\S]*?)*?)>/g;
var valuedAttributeRE = /([\w:-]+)(?:=(["'])([^\2]+?)\2)?/g;

@@ -43,0 +43,0 @@ var extractorAttributify = (options) => (code) => {

{
"name": "@unocss/preset-attributify",
"version": "0.4.1",
"version": "0.4.2",
"description": "",

@@ -31,3 +31,3 @@ "keywords": [],

"dependencies": {
"@unocss/core": "0.4.1"
"@unocss/core": "0.4.2"
},

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

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