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

vue-screen

Package Overview
Dependencies
Maintainers
0
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.4.0 to 2.4.1

2

dist/types/grid.d.ts

@@ -17,3 +17,3 @@ import { GridTypeTailwindName, Tailwind, GridTypeBootstrapName, GridTypeBootstrap3Name, Bootstrap, GridTypeBootstrap4Name, Bootstrap4, GridTypeBootstrap5Name, Bootstrap5, GridTypeBulmaName, Bulma, GridTypeFoundationName, Foundation, GridTypeMaterializeName, Materialize, GridTypeSemanticUiName, SemanticUi } from '../grids';

export type GridDefinition = GridDefinitionLiteral | GridDefinitionCustomObject;
declare module '@vue/runtime-core' {
declare module 'vue' {
interface ComponentCustomProperties {

@@ -20,0 +20,0 @@ $grid: Readonly<Record<keyof Custom, boolean> & BaseObject<Custom>>;

@@ -226,5 +226,5 @@ 'use strict';

};
var debouncedUpdateComputedProperties = debounce(updateComputedProperties, 100);
/* istanbul ignore next */
var createMediaQueries = function (config, object) {
var debouncedUpdateComputedProperties = debounce(updateComputedProperties, 100);
Object.keys(config)

@@ -231,0 +231,0 @@ .filter(function (breakpoint) {

@@ -222,5 +222,5 @@ import { reactive, getCurrentInstance, onUnmounted } from 'vue';

};
var debouncedUpdateComputedProperties = debounce(updateComputedProperties, 100);
/* istanbul ignore next */
var createMediaQueries = function (config, object) {
var debouncedUpdateComputedProperties = debounce(updateComputedProperties, 100);
Object.keys(config)

@@ -227,0 +227,0 @@ .filter(function (breakpoint) {

{
"name": "vue-screen",
"version": "2.4.0",
"version": "2.4.1",
"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