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

glazewm

Package Overview
Dependencies
Maintainers
0
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

glazewm - npm Package Compare versions

Comparing version 1.5.1 to 1.5.2

2

dist/index.js

@@ -334,3 +334,3 @@ "use strict";

setTimeout(
() => this._socketPromise === this._createSocket(),
() => this._socketPromise = this._createSocket(),
this._options?.reconnectInterval ?? this.DEFAULT_RECONNECT_INTERVAL

@@ -337,0 +337,0 @@ );

{
"name": "glazewm",
"version": "1.5.1",
"version": "1.5.2",
"description": "Library for inter-process communication (IPC) with GlazeWM.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -415,3 +415,3 @@ import {

setTimeout(
() => this._socketPromise === this._createSocket(),
() => (this._socketPromise = this._createSocket()),
this._options?.reconnectInterval ??

@@ -418,0 +418,0 @@ this.DEFAULT_RECONNECT_INTERVAL,

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