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 2.0.2 to 2.0.3

8

index.js

@@ -6,7 +6,7 @@ /**

const listenLib = require('./dist/lib/listen');
const subscribeLib = require('./dist/subscribe');
const unsubscribeLib = require('./dist/unsubscribe');
var listenLib = require('./dist/lib/listen');
var subscribeLib = require('./dist/subscribe');
var unsubscribeLib = require('./dist/unsubscribe');
const IS_CLIENT = typeof window !== 'undefined';
var IS_CLIENT = typeof window !== 'undefined';

@@ -13,0 +13,0 @@ function warn() {

{
"name": "subscribe-ui-event",
"version": "2.0.2",
"version": "2.0.3",
"description": "A single, throttle built-in solution to subscribe to browser UI Events.",

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

Sorry, the diff of this file is not supported yet

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