Socket
Socket
Sign inDemoInstall

redux-slider-monitor

Package Overview
Dependencies
62
Maintainers
1
Versions
26
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

8

lib/Slider.js

@@ -111,3 +111,5 @@ 'use strict';

if (typeof window !== 'undefined') {
window.addEventListener('resize', _this.updateSlider);
var ResizeSensor = require('css-element-queries/src/ResizeSensor');
var slider = _reactDom.findDOMNode(_this.refs.slider);
_this.sliderResizeSensor = new ResizeSensor(slider, _this.updateSlider);
}

@@ -118,4 +120,4 @@ _this.updateSlider();

this.componentWillUnmount = function () {
if (typeof window !== 'undefined') {
window.removeEventListener('resize', _this.updateSlider);
if (_this.sliderResizeSensor) {
_this.sliderResizeSensor.detach();
}

@@ -122,0 +124,0 @@ };

{
"name": "redux-slider-monitor",
"version": "1.0.2",
"version": "1.0.3",
"description": "A custom monitor for replaying Redux actions that works similarly to a video player",

@@ -39,4 +39,5 @@ "main": "lib/SliderMonitor.js",

"dependencies": {
"css-element-queries": "^0.3.2",
"redux-devtools-themes": "^1.0.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