Socket
Socket
Sign inDemoInstall

ag-components-temp

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ag-components-temp - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

32

dist/ag-components-temp.js

@@ -1,19 +0,21 @@

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

@@ -1,19 +0,6 @@

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;
}>;
declare const _default: import("vue").DefineComponent<{
testValue: string;
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
testValue: string;
}>, {}, {}>;
export default _default;
type __VLS_WithTemplateSlots<T, S> = T & {
new (): {
$slots: S;
};
};
{
"name": "ag-components-temp",
"version": "0.0.6",
"version": "0.0.7",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc