Socket
Socket
Sign inDemoInstall

@opentiny/vue-scrollbar

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentiny/vue-scrollbar - npm Package Compare versions

Comparing version 3.8.2 to 3.8.3

7

package.json
{
"name": "@opentiny/vue-scrollbar",
"version": "3.8.2",
"version": "3.8.3",
"description": "",
"main": "./lib/index.js",
"module": "./lib/index.js",
"sideEffects": false,
"dependencies": {
"@opentiny/vue-renderless": "~3.8.2",
"@opentiny/vue-common": "~3.8.2"
"@opentiny/vue-renderless": "~3.8.3",
"@opentiny/vue-common": "~3.8.3"
},

@@ -11,0 +12,0 @@ "license": "MIT",

@@ -8,5 +8,14 @@ declare const _sfc_main: {

};
setup(props: any, context: any): any;
render(): any;
setup(props: any, context: any): {
t: (this: any, path: any, options?: any) => any;
vm: any;
f: (props: any, attrs?: {}) => {};
a: (attrs: any, filters: any, include: any) => {};
d: (props: any) => void;
dp: (props: any) => void;
gcls: (key: any) => any;
m: (...cssClasses: any[]) => string;
};
render(): JSX.Element;
};
export default _sfc_main;

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

declare const _sfc_main: any;
declare const _sfc_main: import("@vue/runtime-core").DefineComponent<{
marginBottomAdjust: {
type: NumberConstructor;
default: number;
};
native: BooleanConstructor;
noresize: BooleanConstructor;
tag: {
type: StringConstructor;
default: string;
};
viewClass: {};
viewStyle: {};
wrapClass: {};
wrapStyle: {};
}, {
t: (this: any, path: any, options?: any) => any;
vm: any;
f: (props: any, attrs?: {}) => {};
a: (attrs: any, filters: any, include: any) => {};
d: (props: any) => void;
dp: (props: any) => void;
gcls: (key: any) => any;
m: (...cssClasses: any[]) => string;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("mouseenter" | "mousemove" | "scroll")[], "mouseenter" | "mousemove" | "scroll", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
marginBottomAdjust: {
type: NumberConstructor;
default: number;
};
native: BooleanConstructor;
noresize: BooleanConstructor;
tag: {
type: StringConstructor;
default: string;
};
viewClass: {};
viewStyle: {};
wrapClass: {};
wrapStyle: {};
}>> & {
onMouseenter?: ((...args: any[]) => any) | undefined;
onMousemove?: ((...args: any[]) => any) | undefined;
onScroll?: ((...args: any[]) => any) | undefined;
}, {
marginBottomAdjust: number;
native: boolean;
noresize: boolean;
tag: string;
}>;
export default _sfc_main;
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