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

@opentiny/vue-loading

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentiny/vue-loading - npm Package Compare versions

Comparing version 2.9.0 to 2.10.0

__tests__/loading.test.d.ts

2

lib/index.js

@@ -282,3 +282,3 @@ function _extends() {

}).vLoading;
var version = "2.9.0";
var version = "2.10.0";
var Loadings = {

@@ -285,0 +285,0 @@ install: function install(app) {

{
"name": "@opentiny/vue-loading",
"version": "2.9.0",
"version": "2.10.0",
"description": "",

@@ -8,7 +8,8 @@ "main": "./lib/index.js",

"sideEffects": false,
"type": "module",
"dependencies": {
"@opentiny/vue-common": "~2.9.0",
"@opentiny/vue-icon": "~2.9.0",
"@opentiny/vue-renderless": "~3.9.0",
"@opentiny/vue-locale": "~2.9.0"
"@opentiny/vue-common": "~2.10.0",
"@opentiny/vue-icon": "~2.10.0",
"@opentiny/vue-renderless": "~3.10.0",
"@opentiny/vue-locale": "~2.10.0"
},

@@ -15,0 +16,0 @@ "license": "MIT",

@@ -34,4 +34,4 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api/dist/vue-composition-api.js").ShallowUnwrapRef<() => import("vue").VNode> & import("@vue/composition-api/dist/vue-composition-api.js").Data, {}, {}, {

} & {
type?: string | undefined;
tiny_mode?: string | undefined;
type?: string | undefined;
tiny_template?: unknown;

@@ -46,4 +46,4 @@ tiny_renderless?: Function | undefined;

} & {
type?: string | undefined;
tiny_mode?: string | undefined;
type?: string | undefined;
tiny_template?: unknown;

@@ -58,4 +58,4 @@ tiny_renderless?: Function | undefined;

} & {
type?: string | undefined;
tiny_mode?: string | undefined;
type?: string | undefined;
tiny_template?: unknown;

@@ -62,0 +62,0 @@ tiny_renderless?: Function | undefined;

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

declare const _sfc_main: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api/dist/vue-composition-api.js").ShallowUnwrapRef<any> & import("@vue/composition-api/dist/vue-composition-api.js").Data, {}, {}, {
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api/dist/vue-composition-api.js").ShallowUnwrapRef<any> & import("@vue/composition-api/dist/vue-composition-api.js").Data, {}, {}, {
_constants: ObjectConstructor;

@@ -15,5 +15,5 @@ tiny_mode: StringConstructor;

tiny_renderless?: Function | undefined;
_constants?: Record<string, any> | undefined;
tiny_theme?: string | undefined;
tiny_chart_theme?: Record<string, any> | undefined;
_constants?: Record<string, any> | undefined;
}> & import("vue").VueConstructor<import("vue").default> & (new (...args: any[]) => import("@vue/composition-api/dist/vue-composition-api.js").ComponentRenderProxy<{

@@ -25,5 +25,5 @@ tiny_mode_root: boolean;

tiny_renderless?: Function | undefined;
_constants?: Record<string, any> | undefined;
tiny_theme?: string | undefined;
tiny_chart_theme?: Record<string, any> | undefined;
_constants?: Record<string, any> | undefined;
}, import("@vue/composition-api/dist/vue-composition-api.js").ShallowUnwrapRef<any>, import("@vue/composition-api/dist/vue-composition-api.js").Data, {}, {}, {

@@ -35,6 +35,6 @@ tiny_mode_root: boolean;

tiny_renderless?: Function | undefined;
_constants?: Record<string, any> | undefined;
tiny_theme?: string | undefined;
tiny_chart_theme?: Record<string, any> | undefined;
_constants?: Record<string, any> | undefined;
}, {}, true>);
export default _sfc_main;
export default _default;

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

declare const _sfc_main: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api/dist/vue-composition-api.js").ShallowUnwrapRef<{
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api/dist/vue-composition-api.js").ShallowUnwrapRef<{
t: (this: any, path: any, options?: any) => any;

@@ -30,2 +30,2 @@ vm: any;

}, true>);
export default _sfc_main;
export default _default;

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

declare const _sfc_main: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api/dist/vue-composition-api.js").ShallowUnwrapRef<{
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api/dist/vue-composition-api.js").ShallowUnwrapRef<{
t: (this: any, path: any, options?: any) => any;

@@ -30,2 +30,2 @@ vm: any;

}, true>);
export default _sfc_main;
export default _default;
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