Socket
Socket
Sign inDemoInstall

mq-match-maker

Package Overview
Dependencies
0
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"name": "mq-match-maker",
"version": "1.0.2",
"version": "1.0.3",
"description": "A small wrapper for the matchMedia browser API when working with media queries in JavaScript",

@@ -5,0 +5,0 @@ "main": "dist/matchMaker.min.js",

@@ -15,3 +15,3 @@ var matchMaker = {

if (matches && fireOnLoad) {
if (fireOnLoad) {
callback(mq.matches);

@@ -18,0 +18,0 @@ }

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc