Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
stop-iteration-iterator
Advanced tools
Firefox 17-26 iterators throw a StopIteration object to indicate "done". This normalizes it.
Firefox 17-26 iterators throw a StopIteration object to indicate "done". This normalizes it.
var stopIterationIterator = require('stop-iteration-iterator');
var s = new Set([1, 2]);
var iterator = stopIterationIterator(s.keys());
iterator.next(); // { done: false, value: 1 }
Simply clone the repo, npm install
, and run npm test
v1.1.0 - 2024-12-13
f0ee985
b49d910
@ljharb/eslint-config
, auto-changelog
, npmignore
, tape
2bdaff7
c275b15
a3eeb9a
es-errors
ca51cb8
aud
with npm audit
d4b8df0
internal-slot
61ca626
internal-slot
cdabf84
sideEffects
flag a5f6cb6
6f6496e
FAQs
Firefox 17-26 iterators throw a StopIteration object to indicate "done". This normalizes it.
The npm package stop-iteration-iterator receives a total of 7,952,557 weekly downloads. As such, stop-iteration-iterator popularity was classified as popular.
We found that stop-iteration-iterator demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.