New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@nuxt/icon

Package Overview
Dependencies
Maintainers
5
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuxt/icon - npm Package Compare versions

Comparing version

to
1.9.1

2

dist/module.json

@@ -7,3 +7,3 @@ {

},
"version": "1.9.0",
"version": "1.9.1",
"builder": {

@@ -10,0 +10,0 @@ "@nuxt/module-builder": "0.8.4",

@@ -129,6 +129,6 @@ import { addIcon, getIcon as _getIcon } from "@iconify/vue";

}
if (import.meta.server) {
const configs = useRuntimeConfig().icon || {};
if (!configs?.serverKnownCssClasses?.includes(cssClass.value)) {
onServerPrefetch(async () => {
onServerPrefetch(async () => {
if (import.meta.server) {
const configs = useRuntimeConfig().icon || {};
if (!configs?.serverKnownCssClasses?.includes(cssClass.value)) {
const icon = await loadIcon(props.name, options.fetchTimeout).catch(() => null);

@@ -162,7 +162,7 @@ if (!icon)

return null;
});
}
}
}
});
return () => h("span", { class: ["iconify", cssClass.value] });
}
});
{
"name": "@nuxt/icon",
"version": "1.9.0",
"version": "1.9.1",
"license": "MIT",

@@ -58,2 +58,3 @@ "type": "module",

"nuxt": "^3.14.159",
"nuxthub": "^0.7.2",
"prettier": "^3.3.3",

@@ -68,4 +69,5 @@ "typescript": "^5.6.3",

"play": "nuxi dev playground",
"play:build": "nuxi build playground",
"play:deploy": "nr -C playground deploy",
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",

@@ -72,0 +74,0 @@ "lint": "eslint .",