genepi
genepi copied to clipboard
Automatic generation of N-API wrapper from a C++ library
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...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.1 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...
Unless an issue is discovered, it seems valid to represent a c++ enum in JS as `Object`. This may accord well with genepi's higher level abstraction over `node-addon-api`. I have...
```cpp #include void test1(char* str1) { for(int i = 0; i < 5; i++) { std::cout
Are callbacks supported? https://github.com/charto/nbind#callbacks
Suppose the following: ```C++ struct Test { }; ``` I want to be able to bind a custom external function as a method like so: ```C++ void func(Test& self) {...
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@joaomoreno, @lukekarrys) Changelog Sourced from semver's...
Bumps [semver](https://github.com/npm/node-semver) to 7.5.3 and updates ancestor dependency [cmake-js](https://github.com/cmake-js/cmake-js). These dependencies need to be updated together. Updates `semver` from 5.7.1 to 7.5.3 Release notes Sourced from semver's releases. v7.5.3 7.5.3...
Bumps [tar](https://github.com/isaacs/node-tar) from 4.4.17 to 4.4.19. Commits 9a6faa0 4.4.19 70ef812 drop dirCache for symlink on all platforms 3e35515 4.4.18 52b09e3 fix: prevent path escape using drive-relative paths bb93ba2 fix: reserve...
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...