Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

wwebjs-electron

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wwebjs-electron - npm Package Compare versions

Comparing version
1.34.1
to
1.34.2
+1
-1
package.json
{
"name": "wwebjs-electron",
"version": "1.34.1",
"version": "1.34.2",
"description": "Library for interacting with the WhatsApp Web API through electron",

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

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

window.Store.FindOrCreateChat = window.require('WAWebFindChatAction');
window.Store.Settings = {

@@ -217,3 +217,3 @@ ...window.require('WAWebUserPrefsGeneral'),

let module = window.require(target.module);
if (!module) return;
if (!module) return;

@@ -248,3 +248,3 @@ const path = target.function.split('.');

window.injectToFunction({ module: 'WAWebLid1X1MigrationGating', function: 'Lid1X1MigrationUtils.isLidMigrated' }, () => false);
window.injectToFunction({ module: 'WAWebLid1X1MigrationGating', function: 'Lid1X1MigrationUtils.isLidMigrated' }, (func, ...args) => { try { return func(...args); } catch { return false; } });
};