reason-nodejs icon indicating copy to clipboard operation
reason-nodejs copied to clipboard

Node bindings for Reason and Bucklescript

Results 23 reason-nodejs issues
Sort by recently updated
recently updated
newest added

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

It appears `Process` and `ChildProcess` modules' `stdin`, `stdout`, and `stderr` values are all the opposite type from what they should be.

Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tmpl&package-manager=npm_and_yarn&previous-version=1.0.4&new-version=1.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

It seems to me, from the way `readFileSync` binding is done, I cannot provide "utf8" option yet. Could someone confirm it? readFileOptions defined as, https://github.com/sikanhe/reason-nodejs/blob/master/src/Fs.re#L203-L204 Flag defined as, https://github.com/sikanhe/reason-nodejs/blob/master/src/Fs.re#L140-L189 I...

`Fs.createWriteStreamOptions` should return something of `createWriteStreamOptions` instead of `createReadStreamOptions` https://github.com/sikanhe/reason-nodejs/blob/b7b41349f85665d6cd7fc76a170229428e7ec94c/src/Fs.re#L500-L512

Looks like there was a small typo here. Thanks for this library!

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Can't figure out how to do this. Am I missing it?