wwebjs-electron
Advanced tools
+1
-1
| { | ||
| "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", |
+1
-1
@@ -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'); |
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 2 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 2 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
272276
0