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

vue-screen

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-screen - npm Package Compare versions

Comparing version 2.3.2 to 2.4.0

2

dist/vue-screen.cjs.js

@@ -317,2 +317,4 @@ 'use strict';

app.config.globalProperties.$grid = grid;
app.provide('screen', screen);
app.provide('grid', grid);
};

@@ -319,0 +321,0 @@ var plugin = {

@@ -313,2 +313,4 @@ import { reactive, getCurrentInstance, onUnmounted } from 'vue';

app.config.globalProperties.$grid = grid;
app.provide('screen', screen);
app.provide('grid', grid);
};

@@ -315,0 +317,0 @@ var plugin = {

2

package.json
{
"name": "vue-screen",
"version": "2.3.2",
"version": "2.4.0",
"description": "Reactive screen size and media query states for Vue. Integrates with most UI frameworks out of the box.",

@@ -5,0 +5,0 @@ "main": "dist/vue-screen.cjs.js",

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