Socket
Socket
Sign inDemoInstall

react-window-decorators

Package Overview
Dependencies
10
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.4 to 0.2.5

2

lib/window.js

@@ -70,3 +70,3 @@ 'use strict';

cancelAnimationFrame(this.animationFrameRef);
window.removeEventListener('window-scroll', this.handleWindowResize);
window.removeEventListener('window-resize', this.handleWindowResize);
this.windowManager.removeListener();

@@ -73,0 +73,0 @@ this.windowManager = null;

{
"name": "react-window-decorators",
"version": "0.2.4",
"version": "0.2.5",
"private": false,

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -39,3 +39,3 @@ import React, { Component } from 'react';

cancelAnimationFrame(this.animationFrameRef);
window.removeEventListener('window-scroll', this.handleWindowResize);
window.removeEventListener('window-resize', this.handleWindowResize);
this.windowManager.removeListener();

@@ -42,0 +42,0 @@ this.windowManager = null;

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