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

react-media-hook

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-media-hook - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

2

index.js
var React = require('react')
function fallbackMathMedia (query) {
if (typeof matchMedia === 'function') {
if (typeof matchMedia !== 'function') {
return null

@@ -6,0 +6,0 @@ }

{
"name": "react-media-hook",
"version": "0.4.1",
"version": "0.4.2",
"description": "React Hook for media query",

@@ -5,0 +5,0 @@ "scripts": {

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