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.
com.github.rssh:dotty-cps-async_3
Advanced tools
async/await macros based on optimised monadic cps transform
I'm the creator of this project. My country, Ukraine, is being invaded by the Russian Federation, right now. If you want to help my country to fight, consider donating to charity supporting Ukrainian army. More options is described on support ukraine site.
This is the implementation of async/await transformation for Scala 3 (Dotty), based on an optimized version of CPS (Continuation Passing Style) transformation, where the continuation is ‘pushed’ to the monad.
CpsAsyncMonad
type class. You can provide those methods for your favorite monad.urls.map(fetchData(_))(await _ )
is an idiomatic way to fetch data for all items in parallel.For more details, please, read the documentation at https://rssh.github.io/dotty-cps-async/.
Embedding generic monadic transformers into scala.
Scala3 & Async: Behind Futures.
Can we free concurrent programming from the monadic style?
FAQs
async/await macros based on optimised monadic cps transform
We found that com.github.rssh:dotty-cps-async_3 demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
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.