
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
This repository contains in-progress Reason/Bucklescript bindings for Luxon.
This is an example from Luxon's GitHub page written in Reason using bs-luxon:
const { DateTime } = require("luxon");
DateTime.local().setZone('America/New_York').minus({ weeks: 1 }).endOf('day').toISO()
DateTime.(
local()
|> setZone("America/New_York")
|> minus(`Duration(Duration.from(~weeks=1, ())))
|> endOf(`day)
|> toISO()
);
Look in the example/
directory for an example of how to use the bindings. The tests contain a lot more examples.
npm install --save bs-luxon
bsconfig.json
:{
"bs-dependencies": [
"bs-luxon"
]
}
npm run build
npm run start
The API is still very complete and the bindings are not very "OCamly" yet. Use at your own risk.
FAQs
Bucklescript bindings for Luxon, written in Reason.
We found that bs-luxon 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.