- AES GCM protocol mismatch - better, granular error handling - UUID now uses crypto.randomUUID() - added native mlock addon to improve security - ZeroBuffer uses explicit_bzero now - fixed imports feat: - added unit tests
19 lines
444 B
JSON
19 lines
444 B
JSON
{
|
|
"name": "nomyo-native",
|
|
"version": "0.1.0",
|
|
"description": "Native mlock/munlock/secure-zero addon for nomyo-js (optional, Node.js only)",
|
|
"main": "index.js",
|
|
"license": "Apache-2.0",
|
|
"scripts": {
|
|
"build": "node-gyp build",
|
|
"rebuild": "node-gyp rebuild",
|
|
"install": "node-gyp-build"
|
|
},
|
|
"gypfile": true,
|
|
"dependencies": {
|
|
"node-gyp-build": "^4.8.0"
|
|
},
|
|
"devDependencies": {
|
|
"node-gyp": "^10.0.0"
|
|
}
|
|
}
|