You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@unocss/extractor-svelte

Package Overview
Dependencies
Maintainers
2
Versions
163
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@unocss/extractor-svelte - npm Package Compare versions

Comparing version
66.6.0
to
66.6.1
+4
-8
package.json
{
"name": "@unocss/extractor-svelte",
"type": "module",
"version": "66.6.0",
"version": "66.6.1",
"description": "UnoCSS extractor for Svelte",

@@ -24,9 +24,5 @@ "author": "Anthony Fu <anthonyfu117@hotmail.com>",

"exports": {
".": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
}
".": "./dist/index.mjs",
"./package.json": "./package.json"
},
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.mts",

@@ -37,3 +33,3 @@ "files": [

"devDependencies": {
"@unocss/core": "66.6.0"
"@unocss/core": "66.6.1"
},

@@ -40,0 +36,0 @@ "scripts": {