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

@vaadin/media-query-mixin

Package Overview
Dependencies
Maintainers
16
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/media-query-mixin - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

4

media-query-mixin.js

@@ -55,3 +55,3 @@ import { property } from 'lit-element';

const queries = MediaQuery._mediaQueries;
Object.keys(queries).forEach(prop => {
Object.keys(queries).forEach((prop) => {
const { query } = queries[prop];

@@ -72,3 +72,3 @@ const handler = () => {

const queries = MediaQuery._mediaQueries;
Object.keys(queries).forEach(prop => {
Object.keys(queries).forEach((prop) => {
const { query } = queries[prop];

@@ -75,0 +75,0 @@ const handler = this._boundQueries[prop];

{
"name": "@vaadin/media-query-mixin",
"version": "0.1.3",
"version": "0.1.4",
"author": "Vaadin Ltd",

@@ -24,3 +24,3 @@ "license": "Apache-2.0",

"@open-wc/testing-helpers": "^1.2.1",
"@vaadin/test-helpers": "^0.1.4"
"@vaadin/test-helpers": "^0.1.5"
},

@@ -30,3 +30,3 @@ "publishConfig": {

},
"gitHead": "938c4c73427a160ec1fba1a625352de50faf92b8"
"gitHead": "c83bb8903ef1a84e011035b3ba30a99dfbc98e7f"
}

@@ -8,3 +8,2 @@ # @vaadin/media-query-mixin

class MyElement extends MediaQueryMixin(LitElement) {
@mediaProperty({ media: '(max-width: 420px)' })

@@ -11,0 +10,0 @@ fullscreen: boolean | null | undefined;

Sorry, the diff of this file is not supported yet

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