Socket
Socket
Sign inDemoInstall

ag-components-temp

Package Overview
Dependencies
21
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.8 to 0.0.9

29

dist/ag-components-temp.js

@@ -1,18 +0,15 @@

import { defineComponent as r, openBlock as c, createElementBlock as a, renderSlot as _ } from "vue";
const p = r({
name: "DButton"
}), u = (t, e) => {
const o = t.__vccOpts || t;
for (const [n, s] of e)
o[n] = s;
return o;
}, d = { class: "d-button" };
function f(t, e, o, n, s, l) {
return c(), a("button", d, [
_(t.$slots, "default")
]);
}
const m = /* @__PURE__ */ u(p, [["render", f]]);
import { defineComponent as e, openBlock as o, createElementBlock as n, renderSlot as s } from "vue";
const r = { class: "d-button" }, _ = /* @__PURE__ */ e({
__name: "Button",
props: {
testValue: {}
},
setup(c) {
return (t, p) => (o(), n("button", r, [
s(t.$slots, "default")
]));
}
});
export {
m as TestButton
_ as TestButton
};

@@ -1,2 +0,19 @@

declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
testValue: {
type: import("vue").PropType<string>;
required: true;
};
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
testValue: {
type: import("vue").PropType<string>;
required: true;
};
}>>, {}, {}>, {
default?(_: {}): any;
}>;
export default _default;
type __VLS_WithTemplateSlots<T, S> = T & {
new (): {
$slots: S;
};
};
{
"name": "ag-components-temp",
"version": "0.0.8",
"version": "0.0.9",
"type": "module",

@@ -5,0 +5,0 @@ "main": "dist/ag-components-temp.cjs",

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