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.4 to 0.0.5

15

dist/ag-components-temp.js
import { defineComponent as e, openBlock as o, createElementBlock as n, renderSlot as r } from "vue";
const c = { class: "d-button" }, l = /* @__PURE__ */ e({
const l = { class: "d-button" }, c = /* @__PURE__ */ e({
name: "DButton",
__name: "Button",
setup(u) {
return console.log("aabbcc"), (t, _) => (o(), n("button", c, [
props: {
testValue: {}
},
setup(s) {
return console.log("aabbcc"), (t, u) => (o(), n("button", l, [
r(t.$slots, "default")
]));
}
}), s = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
}), _ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
__proto__: null,
default: l
default: c
}, Symbol.toStringTag, { value: "Module" }));
export {
s as Button
_ as Button
};

12

dist/components/Button.vue.d.ts

@@ -1,2 +0,12 @@

declare const _default: __VLS_WithTemplateSlots<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;

@@ -3,0 +13,0 @@ }>;

{
"name": "ag-components-temp",
"version": "0.0.4",
"version": "0.0.5",
"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