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

@unocss/vite

Package Overview
Dependencies
Maintainers
1
Versions
374
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@unocss/vite - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

2

dist/index.js

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

// src/modes/global/build.ts
var PLACEHOLDER_RE = /#--unocss--\s*{\s*layer:\s*([\w-]+);?\s*}/;
var PLACEHOLDER_RE = /#--unocss--\s*{\s*layer\s*:\s*(.+?);?\s*}/g;
function GlobalModeBuildPlugin({ uno, config, scan, tokens }) {

@@ -150,0 +150,0 @@ const filter = (0, import_pluginutils2.createFilter)(config.include || defaultInclude, config.exclude || defaultExclude);

{
"name": "@unocss/vite",
"version": "0.5.0",
"version": "0.5.1",
"description": "The Vite plugin for UnoCSS",

@@ -37,5 +37,5 @@ "keywords": [

"@rollup/pluginutils": "^4.1.1",
"@unocss/config": "0.5.0",
"@unocss/core": "0.5.0",
"@unocss/scope": "0.5.0"
"@unocss/config": "0.5.1",
"@unocss/core": "0.5.1",
"@unocss/scope": "0.5.1"
},

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

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