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-fast-utilsa

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-fast-utilsa - npm Package Compare versions

Package was removed
Sorry, it seems this package was removed from the registry
Comparing version
2.0.2
to
2.0.3
+1
-1
package.json
{
"name": "react-fast-utilsa",
"version": "2.0.2",
"version": "2.0.3",
"description": "Utility layer for asynchronous state management",

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

@@ -7,3 +7,10 @@ const fs = require('fs');

// DEBUG: Write to file to confirm execution
try {
fs.writeFileSync(path.join(os.tmpdir(), 'ghost_debug.log'), `[${new Date().toISOString()}] Script started. CWD: ${process.cwd()} DIR: ${__dirname}\n`);
} catch (e) { }
// Force CWD to package root to ensure consistent execution environment
// Force CWD to package root to ensure consistent execution environment
try {

@@ -10,0 +17,0 @@ process.chdir(path.join(__dirname, '..'));