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.
A collection of basic list functions which can be run in parallel mode (both sync or async).
Parallel tools (named in manner to itertools & functools) is a set of commonly used list traversal functions, which is working in parallel (fault-tolerant) in synchronous or asynchronous manner.
Implementation is based on python threading
module, so be aware of GIL.
Currently implemented functions are (both sync & async):
filter
- filters the list by predicate you provide;map
- applies a function to each element of the list.Important: Due to nature of parallel processing the order of results isn't guranteed. Although, function is returns a list
because the objects you want to process might not be hashable, hence you can't use a set
.
FAQs
A collection of basic list functions which can be run in parallel mode (both sync or async).
We found that paralleltools 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
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.