Socket
Socket
Sign inDemoInstall

@unocss/vite

Package Overview
Dependencies
51
Maintainers
1
Versions
353
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0 to 0.2.1

12

dist/index.js

@@ -1611,2 +1611,8 @@ var __create = Object.create;

},
transformIndexHtml: {
enforce: "pre",
transform(code, { path }) {
scan(code, path);
}
},
resolveId(id) {

@@ -1753,2 +1759,8 @@ return id === VIRTUAL_ENTRY ? id : null;

},
transformIndexHtml: {
enforce: "pre",
transform(code, { path }) {
tasks.push(scan(code, path));
}
},
resolveId(id) {

@@ -1755,0 +1767,0 @@ return id === VIRTUAL_ENTRY2 ? id : null;

8

package.json
{
"name": "@unocss/vite",
"version": "0.2.0",
"version": "0.2.1",
"description": "",

@@ -32,5 +32,5 @@ "keywords": [],

"@rollup/pluginutils": "^4.1.1",
"@unocss/config": "0.2.0",
"@unocss/core": "0.2.0",
"@unocss/scope": "0.2.0",
"@unocss/config": "0.2.1",
"@unocss/core": "0.2.1",
"@unocss/scope": "0.2.1",
"nanoevents": "^6.0.2"

@@ -37,0 +37,0 @@ },

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc