@napi-rs/keyring
Advanced tools
+49
-43
| { | ||
| "name": "@napi-rs/keyring", | ||
| "version": "1.1.3", | ||
| "version": "1.1.4", | ||
| "description": "https://github.com/hwchen/keyring-rs Node.js binding via https://napi.rs", | ||
@@ -23,16 +23,19 @@ "main": "index.js", | ||
| "napi": { | ||
| "name": "keyring", | ||
| "triples": { | ||
| "defaults": true, | ||
| "additional": [ | ||
| "x86_64-unknown-linux-musl", | ||
| "aarch64-unknown-linux-gnu", | ||
| "i686-pc-windows-msvc", | ||
| "armv7-unknown-linux-gnueabihf", | ||
| "aarch64-apple-darwin", | ||
| "x86_64-unknown-freebsd", | ||
| "aarch64-unknown-linux-musl", | ||
| "aarch64-pc-windows-msvc" | ||
| ] | ||
| } | ||
| "binaryName": "keyring", | ||
| "targets": [ | ||
| "aarch64-apple-darwin", | ||
| "aarch64-linux-android", | ||
| "aarch64-unknown-linux-gnu", | ||
| "aarch64-unknown-linux-musl", | ||
| "aarch64-pc-windows-msvc", | ||
| "x86_64-apple-darwin", | ||
| "x86_64-pc-windows-msvc", | ||
| "x86_64-unknown-linux-gnu", | ||
| "x86_64-unknown-linux-musl", | ||
| "x86_64-unknown-freebsd", | ||
| "i686-pc-windows-msvc", | ||
| "armv7-unknown-linux-gnueabihf", | ||
| "armv7-linux-androideabi", | ||
| "riscv64gc-unknown-linux-gnu" | ||
| ] | ||
| }, | ||
@@ -60,20 +63,20 @@ "engines": { | ||
| "devDependencies": { | ||
| "@napi-rs/cli": "^2.16.1", | ||
| "@swc-node/register": "^1.6.6", | ||
| "@swc/core": "^1.3.69", | ||
| "@taplo/cli": "^0.5.2", | ||
| "@types/node": "^20.4.2", | ||
| "@typescript-eslint/eslint-plugin": "^6.0.0", | ||
| "@typescript-eslint/parser": "^6.0.0", | ||
| "ava": "^5.3.1", | ||
| "@napi-rs/cli": "^3.0.0-alpha.23", | ||
| "@swc-node/register": "^1.6.8", | ||
| "@swc/core": "^1.3.101", | ||
| "@taplo/cli": "^0.7.0", | ||
| "@types/node": "^20.10.5", | ||
| "@typescript-eslint/eslint-plugin": "^7.0.0", | ||
| "@typescript-eslint/parser": "^7.0.0", | ||
| "ava": "^6.0.1", | ||
| "benny": "^3.7.1", | ||
| "chalk": "^5.3.0", | ||
| "eslint": "^8.45.0", | ||
| "eslint-config-prettier": "^8.8.0", | ||
| "eslint-plugin-import": "^2.27.5", | ||
| "husky": "^8.0.3", | ||
| "lint-staged": "^13.2.3", | ||
| "npm-run-all": "^4.1.5", | ||
| "prettier": "^3.0.0", | ||
| "typescript": "^5.1.6" | ||
| "eslint": "^8.56.0", | ||
| "eslint-config-prettier": "^9.1.0", | ||
| "eslint-plugin-import": "^2.29.1", | ||
| "husky": "^9.0.0", | ||
| "lint-staged": "^15.2.0", | ||
| "npm-run-all2": "^6.0.0", | ||
| "prettier": "^3.1.1", | ||
| "typescript": "^5.3.3" | ||
| }, | ||
@@ -111,16 +114,19 @@ "lint-staged": { | ||
| }, | ||
| "packageManager": "yarn@3.6.1", | ||
| "packageManager": "yarn@4.1.1", | ||
| "optionalDependencies": { | ||
| "@napi-rs/keyring-win32-x64-msvc": "1.1.3", | ||
| "@napi-rs/keyring-darwin-x64": "1.1.3", | ||
| "@napi-rs/keyring-linux-x64-gnu": "1.1.3", | ||
| "@napi-rs/keyring-linux-x64-musl": "1.1.3", | ||
| "@napi-rs/keyring-linux-arm64-gnu": "1.1.3", | ||
| "@napi-rs/keyring-win32-ia32-msvc": "1.1.3", | ||
| "@napi-rs/keyring-linux-arm-gnueabihf": "1.1.3", | ||
| "@napi-rs/keyring-darwin-arm64": "1.1.3", | ||
| "@napi-rs/keyring-freebsd-x64": "1.1.3", | ||
| "@napi-rs/keyring-linux-arm64-musl": "1.1.3", | ||
| "@napi-rs/keyring-win32-arm64-msvc": "1.1.3" | ||
| "@napi-rs/keyring-darwin-arm64": "1.1.4", | ||
| "@napi-rs/keyring-android-arm64": "1.1.4", | ||
| "@napi-rs/keyring-linux-arm64-gnu": "1.1.4", | ||
| "@napi-rs/keyring-linux-arm64-musl": "1.1.4", | ||
| "@napi-rs/keyring-win32-arm64-msvc": "1.1.4", | ||
| "@napi-rs/keyring-darwin-x64": "1.1.4", | ||
| "@napi-rs/keyring-win32-x64-msvc": "1.1.4", | ||
| "@napi-rs/keyring-linux-x64-gnu": "1.1.4", | ||
| "@napi-rs/keyring-linux-x64-musl": "1.1.4", | ||
| "@napi-rs/keyring-freebsd-x64": "1.1.4", | ||
| "@napi-rs/keyring-win32-ia32-msvc": "1.1.4", | ||
| "@napi-rs/keyring-linux-arm-gnueabihf": "1.1.4", | ||
| "@napi-rs/keyring-android-arm-eabi": "1.1.4", | ||
| "@napi-rs/keyring-linux-riscv64-gnu": "1.1.4" | ||
| } | ||
| } |
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
19400
1.52%14
27.27%