node-addon-examples icon indicating copy to clipboard operation
node-addon-examples copied to clipboard

Node.js C++ addon examples from http://nodejs.org/docs/latest/api/addons.html

Results 169 node-addon-examples issues
Sort by recently updated
recently updated
newest added

Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.0.6 to 2.3.3. Release notes Sourced from ossf/scorecard-action's releases. v2.3.3 [!NOTE] There is no v2.3.2 release as a step was skipped in the release process. This was...

dependencies
github_actions

Bumps [bindings](https://github.com/TooTallNate/node-bindings) from 1.2.1 to 1.5.0. Release notes Sourced from bindings's releases. 1.5.0 This version adds support for Yarn PnP. Minor Changes Use actual error code to detect resolution exceptions:...

dependencies
javascript

Bumps the all group with 42 updates in the /website directory: | Package | From | To | | --- | --- | --- | | [@reach/skip-nav](https://github.com/reach/reach-ui/tree/HEAD/packages/skip-nav) | `0.3.0` |...

dependencies
javascript

Bumps the all group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [step-security/harden-runner](https://github.com/step-security/harden-runner) | `2.9.1` |...

dependencies
github_actions

those change add typing to most examples.

Bumps [husky](https://github.com/typicode/husky) from 4.3.8 to 9.1.6. Release notes Sourced from husky's releases. v9.1.6 What's Changed Fix issue where example pre-commit file is generated incorrectly by @​dexmlee in typicode/husky#1519 New Contributors...

dependencies
javascript

The 3 example in 1-getting-started/6_object_wrap do not implement the same addon. - `Nan` implement value() as a function - `Napi` implement value as a field - `node-addon-api` implement value() as...

Hi, Native Import in NodeJS do not provide any Typing by default. `src/1-getting-started/6_object_wrap/node-addon-api/myobject.cc` register a class `MyObject` having a `plusOne` method. but coding in `addon.js` will not give access to...

I would like to add some github action to test all examples. but I need the codebase to works first.

no index.js exists in tsfn-test that cause an error in the main test file. a `tsfn_object_wrap.js` exists, but do not exist. by adding a script named loopscript, the test script...