Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

drivelist

Package Overview
Dependencies
Maintainers
1
Versions
265
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

drivelist - npm Package Compare versions

Comparing version 10.0.0-napi-42137d182f7a37f182e8203c6f351fdd54b6eaa7 to 10.0.0-napi-686a529ef2499e7ba850aa051152feb18fe5d4f2

js/index.d.ts

22

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc