Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

c-dhn-act

Package Overview
Dependencies
Maintainers
1
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.4 to 1.0.5

4

lib/c-dhn-infinite-scroll/index.js

@@ -155,7 +155,7 @@ import { nextTick } from 'vue';

InfiniteScroll.install = (app) => {
const _CDhnInfiniteScroll = InfiniteScroll;
_CDhnInfiniteScroll.install = (app) => {
app.directive('InfiniteScroll', InfiniteScroll);
};
const _CDhnInfiniteScroll = InfiniteScroll;
export default _CDhnInfiniteScroll;

@@ -886,6 +886,6 @@ 'use strict';

InfiniteScroll.install = (app) => {
const _CDhnInfiniteScroll = InfiniteScroll;
_CDhnInfiniteScroll.install = (app) => {
app.directive('InfiniteScroll', InfiniteScroll);
};
const _CDhnInfiniteScroll = InfiniteScroll;

@@ -892,0 +892,0 @@ require("comutils/animationFrame")();

@@ -877,6 +877,6 @@ import { defineComponent, openBlock, createBlock, createVNode, reactive, toRefs, toDisplayString, createCommentVNode, ref, toRef, watch, computed, Fragment, renderSlot, inject, provide, h, getCurrentInstance, onMounted, withDirectives, vShow, nextTick } from 'vue';

InfiniteScroll.install = (app) => {
const _CDhnInfiniteScroll = InfiniteScroll;
_CDhnInfiniteScroll.install = (app) => {
app.directive('InfiniteScroll', InfiniteScroll);
};
const _CDhnInfiniteScroll = InfiniteScroll;

@@ -883,0 +883,0 @@ require("comutils/animationFrame")();

import type { App } from 'vue';
export declare type AnyFunction<T> = (...args: any[]) => T;
export declare type SFCWithInstall<T> = T & {
install?(app: App): void;
install(app: App): void;
};
{
"name": "c-dhn-act",
"version": "1.0.4",
"version": "1.0.5",
"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