vue-window-size
Advanced tools
Comparing version 0.3.0-0 to 0.3.0-1
@@ -1,7 +0,1 @@ | ||
declare module 'vue/types/vue' { | ||
interface Vue { | ||
windowWidth: number; | ||
windowHeight: number; | ||
} | ||
} | ||
export declare const vueWindowSizeMixin: { | ||
@@ -25,1 +19,10 @@ computed: { | ||
export default plugin; | ||
declare module 'vue/types/vue' { | ||
interface Vue { | ||
windowWidth: number; | ||
windowHeight: number; | ||
} | ||
} | ||
export interface VueWindowSizeOption { | ||
delay?: number; | ||
} |
{ | ||
"name": "vue-window-size", | ||
"version": "0.3.0-0", | ||
"version": "0.3.0-1", | ||
"description": "Reactivity window size for Vue.js.", | ||
@@ -48,4 +48,3 @@ "main": "dist/index.common.js", | ||
"files": [ | ||
"dist", | ||
"types" | ||
"dist" | ||
], | ||
@@ -52,0 +51,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
11091
76
0