drivelist
Advanced tools
Comparing version 10.0.0-napi-42137d182f7a37f182e8203c6f351fdd54b6eaa7 to 10.0.0-napi-686a529ef2499e7ba850aa051152feb18fe5d4f2
{ | ||
"name": "drivelist", | ||
"version": "10.0.0-napi-42137d182f7a37f182e8203c6f351fdd54b6eaa7", | ||
"version": "10.0.0-napi-686a529ef2499e7ba850aa051152feb18fe5d4f2", | ||
"description": "List all connected drives in your computer, in all major operating systems", | ||
@@ -29,3 +29,10 @@ "main": "js/index.js", | ||
"prettier": "balena-lint --typescript --fix lib tests", | ||
"readme": "jsdoc2md --template doc/README.hbs js/index.js > README.md" | ||
"readme": "jsdoc2md --template doc/README.hbs js/index.js > README.md", | ||
"build": "node-gyp rebuild", | ||
"build-ts": "tsc", | ||
"prepublishOnly": "npm run build-ts && npm run readme", | ||
"install": "prebuild-install --runtime napi || node-gyp rebuild", | ||
"rebuild": "node-gyp rebuild", | ||
"prebuild": "prebuild --runtime napi --all --strip --verbose", | ||
"upload": "prebuild --runtime napi --upload ${GITHUB_TOKEN}" | ||
}, | ||
@@ -53,10 +60,15 @@ "author": "Juan Cruz Viotti <juan@balena.io>", | ||
"dependencies": { | ||
"node-addon-api": "5.0.0", | ||
"bindings": "^1.3.0", | ||
"debug": "^3.1.0", | ||
"prebuild-install": "^7.1.1" | ||
"node-addon-api": "^5.0.0", | ||
"prebuild-install": "^7.1.0" | ||
}, | ||
"binary": { | ||
"napi_versions": [ | ||
3 | ||
] | ||
}, | ||
"versionist": { | ||
"publishedAt": "2022-06-15T22:47:45.777Z" | ||
"publishedAt": "2022-06-15T23:12:30.957Z" | ||
} | ||
} |
@@ -169,7 +169,5 @@ <!-- Make sure you edit doc/README.hbs rather than README.md because the latter is auto-generated --> | ||
### drivelist~list() ⇒ <code>Promise</code> | ||
### drivelist~list() | ||
**Kind**: inner method of [<code>drivelist</code>](#module_drivelist) | ||
**Summary**: List available drives | ||
**Returns**: <code>Promise</code> - <Drive>[] | ||
**Access**: public | ||
**Example** | ||
@@ -176,0 +174,0 @@ ```js |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
128176
32
1083
216
1
2
+ Addednode-addon-api@5.1.0(transitive)
- Removednode-addon-api@5.0.0(transitive)
Updatednode-addon-api@^5.0.0
Updatedprebuild-install@^7.1.0