koffi 2.5.6 → 2.5.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/build/{2.5.6 → 2.5.7}/koffi_win32_arm64/koffi.node +0 -0
- package/build/{2.5.6 → 2.5.7}/koffi_win32_ia32/koffi.node +0 -0
- package/build/{2.5.6 → 2.5.7}/koffi_win32_x64/koffi.node +0 -0
- package/doc/favicon.png +0 -0
- package/doc/templates/badges.html +1 -1
- package/package.json +3 -3
- /package/build/{2.5.6 → 2.5.7}/koffi_darwin_arm64/koffi.node +0 -0
- /package/build/{2.5.6 → 2.5.7}/koffi_darwin_x64/koffi.node +0 -0
- /package/build/{2.5.6 → 2.5.7}/koffi_freebsd_arm64/koffi.node +0 -0
- /package/build/{2.5.6 → 2.5.7}/koffi_freebsd_ia32/koffi.node +0 -0
- /package/build/{2.5.6 → 2.5.7}/koffi_freebsd_x64/koffi.node +0 -0
- /package/build/{2.5.6 → 2.5.7}/koffi_linux_arm32hf/koffi.node +0 -0
- /package/build/{2.5.6 → 2.5.7}/koffi_linux_arm64/koffi.node +0 -0
- /package/build/{2.5.6 → 2.5.7}/koffi_linux_ia32/koffi.node +0 -0
- /package/build/{2.5.6 → 2.5.7}/koffi_linux_riscv64hf64/koffi.node +0 -0
- /package/build/{2.5.6 → 2.5.7}/koffi_linux_x64/koffi.node +0 -0
- /package/build/{2.5.6 → 2.5.7}/koffi_openbsd_ia32/koffi.node +0 -0
- /package/build/{2.5.6 → 2.5.7}/koffi_openbsd_x64/koffi.node +0 -0
- /package/build/{2.5.6 → 2.5.7}/koffi_win32_arm64/koffi.exp +0 -0
- /package/build/{2.5.6 → 2.5.7}/koffi_win32_arm64/koffi.lib +0 -0
- /package/build/{2.5.6 → 2.5.7}/koffi_win32_ia32/koffi.exp +0 -0
- /package/build/{2.5.6 → 2.5.7}/koffi_win32_ia32/koffi.lib +0 -0
- /package/build/{2.5.6 → 2.5.7}/koffi_win32_x64/koffi.exp +0 -0
- /package/build/{2.5.6 → 2.5.7}/koffi_win32_x64/koffi.lib +0 -0
package/CHANGELOG.md
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/doc/favicon.png
ADDED
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<div style="text-align: center; margin-top: 2em;">
|
|
2
2
|
<a href="https://www.npmjs.com/package/koffi"><img src="https://img.shields.io/badge/NPM-{{ stable }}-brightgreen" alt="NPM"/></a>
|
|
3
|
-
<a href="https://github.com/Koromix/
|
|
3
|
+
<a href="https://github.com/Koromix/koffi"><img src="https://img.shields.io/badge/GitHub-Koffi-ff6600" alt="GitHub"/></a>
|
|
4
4
|
|
|
5
5
|
<br><br>
|
|
6
6
|
<iframe src="https://github.com/sponsors/Koromix/button" title="Sponsor Koromix" height="35" width="116" style="border: 0;"></iframe>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "koffi",
|
|
3
|
-
"version": "2.5.
|
|
4
|
-
"stable": "2.5.
|
|
3
|
+
"version": "2.5.7",
|
|
4
|
+
"stable": "2.5.7",
|
|
5
5
|
"description": "Fast and simple C FFI (foreign function interface) for Node.js",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"foreign",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
],
|
|
15
15
|
"repository": {
|
|
16
16
|
"type": "git",
|
|
17
|
-
"url": "https://github.com/Koromix/
|
|
17
|
+
"url": "https://github.com/Koromix/koffi"
|
|
18
18
|
},
|
|
19
19
|
"homepage": "https://koffi.dev/",
|
|
20
20
|
"author": "Niels Martignène <niels.martignene@protonmail.com>",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|