Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
fluxury-general-store
Advanced tools
general-store is a general purpose state management library based on Facebook's Flux architecture.
It is built on top of fluxury and functionfoundry.
Similar to flux it does not specify data fetching. This solution may be used with REST, SOAP or any other HTTP based protocol that your application demands. You may use XMLHTTPRequest, jQuery, fetch or any other mechanism that can asynchronously deliver data to a browser.
Option A) Install from npm.
$ npm install --save fluxury-general-store
Require into your project.
var createStore = require('fluxury-general-store') // Node.js / browserify / webpack
// or
import createStore from 'fluxury-general-store' // ES6 syntax
Option B) Install from dist folder.
<html>
<head>
<script src="/path/to/general-store.js"><script>
...
var store = createStore()
store.set({ key: 'value' })
store.get('key')
store.set({ investments: [{ name: 'FundA' }, { name: 'FundB' }]})
store.setFilter({
table: 'investments',
field: 'name',
op: 'eq',
value: 'FundA'}
)
store.get('investments') // => [{ name: 'FundA' }]
FAQs
A general purpose flux store for use with React.js
The npm package fluxury-general-store receives a total of 1 weekly downloads. As such, fluxury-general-store popularity was classified as not popular.
We found that fluxury-general-store demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.