Huge News!Announcing our $40M Series B led by Abstract Ventures.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.31 to 1.0.32

7

lib/index.cjs.js

@@ -1943,7 +1943,2 @@ 'use strict';

CDhnLoading.install = (app) => {
app.component('CDhnLoading', CDhnLoading);
};
const _CDhnLoading = CDhnLoading;
const components = [

@@ -1978,3 +1973,3 @@ _CDhnDateCountdown,

install,
CDhnLoading: _CDhnLoading
CDhnLoading
};

@@ -1981,0 +1976,0 @@

4

lib/index.d.ts

@@ -22,8 +22,8 @@ import { App } from 'vue';

install: (app: App<any>, opt: Object) => void;
CDhnLoading: import("../utils/types").SFCWithInstall<{
CDhnLoading: {
install: (Vue: any) => void;
show: () => void;
hide: () => void;
}>;
};
};
export default _default;

@@ -1932,7 +1932,2 @@ import { defineComponent, reactive, watch, computed, toRefs, openBlock, createBlock, createVNode, toDisplayString, createCommentVNode, ref, toRef, Fragment, renderSlot, inject, provide, h, getCurrentInstance, onUpdated, onMounted, withDirectives, vShow, nextTick, Teleport, withModifiers, render as render$d } from 'vue';

CDhnLoading.install = (app) => {
app.component('CDhnLoading', CDhnLoading);
};
const _CDhnLoading = CDhnLoading;
const components = [

@@ -1967,3 +1962,3 @@ _CDhnDateCountdown,

install,
CDhnLoading: _CDhnLoading
CDhnLoading
};

@@ -1970,0 +1965,0 @@

{
"name": "c-dhn-act",
"version": "1.0.31",
"version": "1.0.32",
"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