
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
A JavaScript utility class that enables fps-throttled function execution.
A JavaScript utility class that enables fps-throttled function
execution. Internally, requestAnimationFrame()
is arranged to execute
a user-provided function at a specified fps. The code is based on this
Stack Overflow
discussion
and its related JSFiddle demo. Node.js
support was added using setImmediate()
instead of
requestAnimationFrame()
.
The module is compiled as a UMD (Universal Module Definition) module. So it can be consumed by script-tags, AMD loading (require.js), and Node.js.
npm install fps-run-js
, load fps-run.js
and in code:
fr = new FpsRun(); // create a runner
fr.start(f, 5); // execute function f() at 5 fps
//...
fr.stop(); // stop execution
$ npm install # set up build tools
$ npm run build
FAQs
A JavaScript utility class that enables fps-throttled function execution.
The npm package fps-run-js receives a total of 8 weekly downloads. As such, fps-run-js popularity was classified as not popular.
We found that fps-run-js 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.