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

vue-window-size

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

vue-window-size - npm Package Compare versions

Comparing version 0.3.0-0 to 0.3.0-1

15

dist/index.d.ts

@@ -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": [

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