Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
strangeluv-core
Advanced tools
Core wiring and hapi plugin for the strangeluv React boilerplate
new Strangeluv(ctx)
An instance of wires for a strangeluv application. Currently provides wiring for reducers based-upon directory structure. Receives a Webpack context of all .js
files based at the app root.
wires.ctx
The Webpack context passed during construction.
wires.files
Normalized filenames for this Webpack context (no ./
or .js
).
wires.reducers()
Returns reducer config from all reducers in ./reducers
relative to the Webpack context. Returns an object whose keys are camelized filenames and whose values are the associated reducers.
wires.flushReducers()
Breaks the memoization/cache used with wires.reducers()
. Used with hot-reloading of reducers.
wires.get(file)
Returns a require()
d file given normalized filename (from wires.files
).
strangeluv-core/lib/plugin
)A hapi plugin providing Webpack HMR and development functionality alongside serving static files. Fully-pluginized and prepared for multi-plugin deployments. Takes options,
compiler
- when passed a Webpack compiler, HMR and development functionality will be enabled (see assets
, hot
, and static
options) using this compiler.assets
- options for webpack-dev-middleware (applicable when compiler
is specified).hot
- options for webpack-hot-middleware (applicable when compiler
is specified).static
- absolute path to static assets to serve (applicable when compiler
is specified).dist
- absolute path to static app distribution to serve (applicable when compiler
is not specified).FAQs
Core wiring and hapi plugin for the strangeluv React boilerplate
The npm package strangeluv-core receives a total of 2 weekly downloads. As such, strangeluv-core popularity was classified as not popular.
We found that strangeluv-core demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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.
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.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.