Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
fp-ts-iterable
Advanced tools
fp-ts bindings for `Iterable` types, allowing for programming lazy and infinite lists.
fp-ts bindings for Iterable
types, allowing for programming lazy and infinite lists.
This could (soon) be used as a drop in replacement for the module fp-ts/ReadonlyArray
# npm
npm install fp-ts-iterable
# yarn
yarn add fp-ts-iterable
# pnpm
pnpm add fp-ts-iterable
Please visit the documentation for the API surface.
IterableTask
for interop with AsyncIterator
NonemptyIterable
NonempyIterableTask
Iterable
ReadonlyArray
, it's recommended to coerce it to an Iterable
using FromReadonlyArray
.\*Right*
functionsRight
in their names require buffering all values so it knows where the end is.Iterable
is large or infinite, it may cause an out of memory error.
Ensure infinite iterables end by using a skip combinator that does not contain the word Right
.AsyncIterable
(Upcoming)AsyncIterable<A>
is Iterable<Promise<A>>
, but should be coerced to Iterable<Task<A>>
via FromAsyncIterable
FAQs
fp-ts bindings for `Iterable` types, allowing for programming lazy and infinite lists.
The npm package fp-ts-iterable receives a total of 2 weekly downloads. As such, fp-ts-iterable popularity was classified as not popular.
We found that fp-ts-iterable 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
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.