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.21.0
to
1.21.1
+1
-1
package.json
{
"name": "wwebjs-electron",
"version": "1.21.0",
"version": "1.21.1",
"description": "Library for interacting with the WhatsApp Web API through electron",

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

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

const ContactFactory = require('./factories/ContactFactory');
const ContactFactory = require('./factories/ContactFactory');
const WebCacheFactory = require('./webCache/WebCacheFactory');
const { ClientInfo, Message, MessageMedia, Contact, Location, GroupNotification, Label, Call, Buttons, List, Reaction, Chat } = require('./structures');

@@ -16,0 +16,0 @@ const LegacySessionAuth = require('./authStrategies/LegacySessionAuth');