node-rs icon indicating copy to clipboard operation
node-rs copied to clipboard

Node.js bindings ❤️ Rust crates

Results 80 node-rs issues
Sort by recently updated
recently updated
newest added

Hi, it would be very interesting to know the difference in performance between rs-crc32 and require('node:zlib').crc32. Thanks !

Correct description of default argon2 parameters. Fixes #974

The actual default options for argon2 hash produces ```ts console.log(hash("123456")); // $argon2id$v=19$m=19456,t=2,p=1$s8PyJzwJrGsbdsRzx4du5g$2lD5nmjRI3zTeUci5GJoAuVMGV9viplQuEHwG3wT14o ``` Indicating `memoryCost = 19 * 2 ** 10`, `timeCost = 2`, instead of what are suggested in...

I am getting following error while building my project: ✘ [ERROR] Top-level await is not available in the configured target environment ("chrome87", "edge88", "es2020", "firefox78", "safari14" + 2 overrides) node_modules/@node-rs/jieba-wasm32-wasi/jieba.wasi-browser.js:22:19:...

I installed @node-rs/bcrypt to my project to replace bcryptjs and @types/bcryptjs, as I was interested in how much faster it is than bcryptjs. But I get this error: ```bash Module...

This is fast and would be great to add this the the packages - https://github.com/Stranger6667/jsonschema Thanks in advance.

I have two guesses: it is a bug, or it was not marked as deprecated in the types. Here is my testing: This is one I can't explain too well....

Hi, Can you add support for `.decode()` method, which simply decodes the token without verifying the signature? Similar to: https://github.com/auth0/node-jsonwebtoken?tab=readme-ov-file#jwtdecodetoken--options Happy to contribute and create MR for this feature.

I'm trying to bundle `@node-rs/bcrypt` with Rollup to deploy it to AWS Lambda. However weirdly it only bundles the following files: - `bcrypt.darwin-arm64_1.node` - `bcrypt.darwin-arm64_1_1.node` While my lambda is trying...

Companion issue (`expo/expo`): https://github.com/expo/expo/issues/32350 Hi, first of all, thanks for these Rust libraries! Nice performance, and good options when the main `bcrypt`, etc packages don't work in a particular environment....