New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

subscribe-ui-event

Package Overview
Dependencies
Maintainers
5
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

subscribe-ui-event - npm Package Compare versions

Comparing version

to
2.0.7

1

dist-es/lib/supportPassiveEvent.js

@@ -14,2 +14,3 @@ /* global window */

window.addEventListener('test', null, options);
window.removeEventListener('test', null, options);
} catch (err) {} // eslint-disable-line no-empty

@@ -16,0 +17,0 @@ }

@@ -19,2 +19,3 @@ 'use strict';

window.addEventListener('test', null, options);
window.removeEventListener('test', null, options);
} catch (err) {} // eslint-disable-line no-empty

@@ -21,0 +22,0 @@ }

2

package.json
{
"name": "subscribe-ui-event",
"version": "2.0.6",
"version": "2.0.7",
"description": "A single, throttle built-in solution to subscribe to browser UI Events.",

@@ -5,0 +5,0 @@ "main": "index.js",