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.
rescript-nodejs
Advanced tools
The original project appears to be abandoned, I am in the process of forking it to focus on ReScript and
Update (5/5/2020):
Announcing the beta release of reason-node
! You can find it on NPM here, and install it from your terminal using the installation instructions below.
We invite everyone to try it out in your own projects, and to provide any feedback you want. GitHub issues are a great way to provide such feedback, since those are easy for us to track and manage. However, if you need any help or have specific questions, don't hesitate to contact us on Discord!
Happy hacking!
Update (3/19/2020):
reason-node
is nearly ready for its first public release. Most of the important design decisions have been made & implemented, and most of the API surface is becoming relatively stable. There are still a few gaps here and there, and we intend to refine the API over time as new ideas emerge. Therefore, we will likely push an alpha release first, to give us some space to make breaking changes if needed, based on community feedback. We will post updates here and in the ReasonML Discord server.
Update (2/13/2020): This library is still under construction. Some of the core design details are still being ironed out. Therefore we cannot guarantee API stability at this time. We intend to achieve API stability very soon. We will make an announcement on the ReasonML Discord server when we reach that goal.
Using the yarn package manager:
yarn add reason-nodejs
Using the npm package manager:
npm i reason-nodejs
Help all Reason Node.js apps and libraries to be built faster by reducing the time spent on hand written bindings.
Fs.createReadStream("/path")
->Stream.pipe(Process.(stdout(process)))
->Stream.onError(_ => Js.log("handleError"))
Http.createServer((request, response) => {
request->Stream.onData(data => Js.log(data))
request->Stream.pipe(response)->ignore
});
We welcome and encourage anyone to contribute! In order to minimize confusion and avoid any wasted effort, here are some recommendations:
All code is licensed as MIT. See LICENSE.
This project has been forked from reason-nodejs after it appeared to be abandoned. The project needed renaming anyway, this seemed like a good time to do it.
FAQs
Node bindings for ReScript
The npm package rescript-nodejs receives a total of 1,908 weekly downloads. As such, rescript-nodejs popularity was classified as popular.
We found that rescript-nodejs 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.