node-rs
node-rs copied to clipboard
Node.js bindings ❤️ Rust crates
The following functions can be considered: - Output JSON data. - Support for adding custom dictionaries via the page.
```js import { Algorithm } from '@node-rs/argon2'; console.log(Algorithm.Argon2d); ``` when I'm running `tsc`, it fails with ``` src/index.ts:2:13 - error TS2748: Cannot access ambient const enums when 'isolatedModules' is enabled....
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@tybys/wasm-util](https://togithub.com/toyobayashi/wasm-util) | [`^0.8.3` -> `^0.9.0`](https://renovatebot.com/diffs/npm/@tybys%2fwasm-util/0.8.3/0.9.0) | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [oxlint](https://oxc.rs) ([source](https://togithub.com/oxc-project/oxc/tree/HEAD/npm/oxlint)) | [`^0.4.0` -> `^0.5.0`](https://renovatebot.com/diffs/npm/oxlint/0.4.2/0.5.0) |...
## The Problem After installing this package using `pnpm add @node-rs/argon2` my dev server crashes immediately with the following error: ```bash Module parse failed: Unexpected character '�' (1:2) You may...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [yarn](https://togithub.com/yarnpkg/berry) ([source](https://togithub.com/yarnpkg/berry/tree/HEAD/packages/yarnpkg-cli)) | [`4.3.0` -> `4.3.1`](https://renovatebot.com/diffs/npm/yarn/4.3.0/4.3.1) |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [deno_ast](https://deno.land/) ([source](https://togithub.com/denoland/deno_ast)) | dependencies | minor | `=0.38.2` -> `=0.39.2` |...
Hello! Looking for ways to improve [argon2](https://www.npmjs.com/package/argon2) I stumbled upon @node-rs/argon2, and I noticed it makes some bold claims on the README. Most notably, these caught my attention: - Faster...