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

@frankhoodbs/loader-cmp

Package Overview
Dependencies
Maintainers
4
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@frankhoodbs/loader-cmp - npm Package Compare versions

Comparing version
4.0.2
to
5.0.0
+10
-1
dist/lib.es.js

@@ -1,1 +0,10 @@

import{defineAsyncComponent as e}from"vue";let o=e(()=>import("./LoaderCmp.js")),a={install:e=>{e.component("LoaderCmp",o)}};export{o as LoaderCmp,a as default};
import { defineAsyncComponent as n } from "vue";
const e = n(() => import("./LoaderCmp.js")), m = {
install: (o) => {
o.component("LoaderCmp", e);
}
};
export {
e as LoaderCmp,
m as default
};

@@ -1,1 +0,35 @@

import{defineComponent as a,createElementBlock as d,openBlock as r,createCommentVNode as s,createElementVNode as o,Fragment as i,createStaticVNode as l}from"vue";import"./LoaderCmp.css";let v={class:"LoaderCmp"},c={key:0,class:"circular"},e=a({__name:"LoaderCmp",props:{dataType:{default:"circular"}},setup(t){return(a,e)=>(r(),d("div",v,["circular"===t.dataType?(r(),d("svg",c,[...e[0]||(e[0]=[o("circle",{class:"path",cx:"25",cy:"25",r:"20",fill:"none","stroke-width":"2","stroke-miterlimit":"10"},null,-1)])])):"dots"===t.dataType?(r(),d(i,{key:1},[e[1]||(e[1]=l('<div class="dots" data-v-02f71e99><div class="dot" data-v-02f71e99></div><div class="dot" data-v-02f71e99></div><div class="dot" data-v-02f71e99></div><div class="dot" data-v-02f71e99></div><div class="dot" data-v-02f71e99></div></div><svg xmlns="http://www.w3.org/2000/svg" data-v-02f71e99><defs data-v-02f71e99><filter id="LoaderCmp__goo" data-v-02f71e99><feGaussianBlur in="SourceGraphic" stdDeviation="12" result="blur" data-v-02f71e99></feGaussianBlur><feColorMatrix in="blur" type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 18 -7" result="LoaderCmp__goo" data-v-02f71e99></feColorMatrix><feBlend in="SourceGraphic" in2="LoaderCmp__goo" data-v-02f71e99></feBlend></filter></defs></svg>',2))],64)):s("",!0)]))}}),t=(a,e)=>{var t,d,r=a.__vccOpts||a;for([t,d]of e)r[t]=d;return r},f=t(e,[["__scopeId","data-v-02f71e99"]]);export{f as default};
import { defineComponent as i, openBlock as a, createElementBlock as d, createElementVNode as l, Fragment as c, createStaticVNode as v, createCommentVNode as n } from "vue";
import './LoaderCmp.css';const f = { class: "LoaderCmp" }, p = {
key: 0,
class: "circular"
}, u = /* @__PURE__ */ i({
__name: "LoaderCmp",
props: {
dataType: { default: "circular" }
},
setup(t) {
return (o, e) => (a(), d("div", f, [
t.dataType === "circular" ? (a(), d("svg", p, [...e[0] || (e[0] = [
l("circle", {
class: "path",
cx: "25",
cy: "25",
r: "20",
fill: "none",
"stroke-width": "2",
"stroke-miterlimit": "10"
}, null, -1)
])])) : t.dataType === "dots" ? (a(), d(c, { key: 1 }, [
e[1] || (e[1] = v('<div class="dots" data-v-02f71e99><div class="dot" data-v-02f71e99></div><div class="dot" data-v-02f71e99></div><div class="dot" data-v-02f71e99></div><div class="dot" data-v-02f71e99></div><div class="dot" data-v-02f71e99></div></div><svg xmlns="http://www.w3.org/2000/svg" data-v-02f71e99><defs data-v-02f71e99><filter id="LoaderCmp__goo" data-v-02f71e99><feGaussianBlur in="SourceGraphic" stdDeviation="12" result="blur" data-v-02f71e99></feGaussianBlur><feColorMatrix in="blur" type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 18 -7" result="LoaderCmp__goo" data-v-02f71e99></feColorMatrix><feBlend in="SourceGraphic" in2="LoaderCmp__goo" data-v-02f71e99></feBlend></filter></defs></svg>', 2))
], 64)) : n("", !0)
]));
}
}), m = (t, o) => {
const e = t.__vccOpts || t;
for (const [r, s] of o)
e[r] = s;
return e;
}, g = /* @__PURE__ */ m(u, [["__scopeId", "data-v-02f71e99"]]);
export {
g as default
};
+11
-10

@@ -13,3 +13,3 @@ {

"license": "ISC",
"version": "4.0.2",
"version": "5.0.0",
"type": "module",

@@ -51,20 +51,21 @@ "exports": {

"devDependencies": {
"@frankhoodbs/eslint-config-vue": "^4.0.2",
"@frankhoodbs/prettier-config": "^3.0.0",
"@frankhoodbs/uglify-js": "^4.0.2",
"@vitejs/plugin-vue": "^6.0.2",
"@vue/tsconfig": "^0.8.1",
"@frankhoodbs/eslint-config-vue": "^5.0.0",
"@frankhoodbs/prettier-config": "^4.0.0",
"@frankhoodbs/uglify-js": "^5.0.0",
"@vitejs/plugin-vue": "^6.0.4",
"@vue/tsconfig": "^0.9.0",
"add": "^2.0.6",
"path": "^0.12.7",
"rimraf": "^6.1.3",
"sass": "~1.79.6",
"typescript": "~5.9.3",
"vite": "^7.2.4",
"vite": "^7.3.1",
"vite-plugin-dts": "^4.5.4",
"vite-plugin-lib-inject-css": "^2.2.2",
"vue-tsc": "^3.1.5"
"vue-tsc": "^3.2.5"
},
"dependencies": {
"vue": "^3.5.25"
"vue": "^3.5.29"
},
"gitHead": "251b141745ce61f96baf258641c91ebf99b8caa5"
"gitHead": "16b7e35ae257a8f27d629de931db7f55eaa083e1"
}