Socket
Socket
Sign inDemoInstall

react-responsive-mixin

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-responsive-mixin - npm Package Compare versions

Comparing version 0.3.5 to 0.4.0

6

index.js

@@ -13,3 +13,3 @@ var canUseDOM = require('can-use-dom');

}
enquire.register(query, handler);
canUseDOM && enquire.register(query, handler);

@@ -25,3 +25,3 @@ // Queue the handlers to unregister them at unmount

this._responsiveMediaHandlers.forEach(function(obj) {
enquire.unregister(obj.query, obj.handler);
canUseDOM && enquire.unregister(obj.query, obj.handler);
});

@@ -32,2 +32,2 @@ }

module.exports = ResponsiveMixin;
module.exports = ResponsiveMixin;
{
"name": "react-responsive-mixin",
"version": "0.3.5",
"version": "0.4.0",
"description": "Mixin to develop responsive react components",

@@ -5,0 +5,0 @@ "main": "index.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