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.7 to 0.0.8

27

dist/ag-components-temp.js

@@ -1,21 +0,18 @@

import { defineComponent as c, openBlock as s, createElementBlock as u, renderSlot as _ } from "vue";
const a = c({
import { defineComponent as r, openBlock as c, createElementBlock as a, renderSlot as _ } from "vue";
const p = r({
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, [
}), 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 f = /* @__PURE__ */ l(a, [["render", d]]), B = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
__proto__: null,
default: f
}, Symbol.toStringTag, { value: "Module" }));
const m = /* @__PURE__ */ u(p, [["render", f]]);
export {
B as TestButton
m as TestButton
};

@@ -1,6 +0,2 @@

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;
}>, {}, {}>;
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<{}>>, {}, {}>;
export default _default;

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

export * as TestButton from './components/Button.vue';
import TestButton from './components/Button.vue';
export { TestButton };
{
"name": "ag-components-temp",
"version": "0.0.7",
"version": "0.0.8",
"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