New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

c-dhn-act

Package Overview
Dependencies
Maintainers
2
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

c-dhn-act - npm Package Compare versions

Comparing version 1.0.22 to 1.0.24

23

lib/loading/index.js

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

import { ref, withDirectives, openBlock, createBlock, withModifiers, vShow, createVNode } from 'vue';
import { defineComponent, ref, withDirectives, openBlock, createBlock, withModifiers, vShow, createVNode } from 'vue';
var script = {
name: "CDhnLoading",
setup() {
var script = defineComponent({
name: 'loading',
setup () {
const setShow = ref(false);

@@ -15,9 +15,14 @@

};
setTimeout(() => {
// setShow.value = false;
}, 5000);
return {
setShow,
show,
hide,
};
},
};
hide
}
}
});

@@ -36,3 +41,3 @@ const _hoisted_1 = /*#__PURE__*/createVNode("div", { class: "c-dhn-load_loading" }, [

], 512 /* NEED_PATCH */)), [
[vShow, $setup.setShow]
[vShow, _ctx.setShow]
])

@@ -39,0 +44,0 @@ }

{
"name": "c-dhn-act",
"version": "1.0.22",
"version": "1.0.24",
"description": "c-dhn-act component",

@@ -5,0 +5,0 @@ "author": "peng.luo@asiainnovations.com>",

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