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 9.2.4 to 10.0.0-napi-42137d182f7a37f182e8203c6f351fdd54b6eaa7

5

CHANGELOG.md

@@ -7,2 +7,7 @@ # Change Log

# v10.0.0
## (2022-06-15)
* Switching to Napi [Zane Hitchcox]
# v9.2.4

@@ -9,0 +14,0 @@ ## (2021-01-19)

37

package.json
{
"name": "drivelist",
"version": "9.2.4",
"version": "10.0.0-napi-42137d182f7a37f182e8203c6f351fdd54b6eaa7",
"description": "List all connected drives in your computer, in all major operating systems",

@@ -29,10 +29,3 @@ "main": "js/index.js",

"prettier": "balena-lint --typescript --fix lib tests",
"readme": "jsdoc2md --template doc/README.hbs js/index.js > README.md",
"configure": "node-gyp configure",
"build": "node-gyp rebuild",
"build-ts": "tsc",
"rebuild": "node-gyp rebuild",
"install": "prebuild-install || node-gyp rebuild",
"prebuild-release": "prebuild --all --strip",
"prepublishOnly": "npm run build-ts && npm run readme"
"readme": "jsdoc2md --template doc/README.hbs js/index.js > README.md"
},

@@ -45,23 +38,25 @@ "author": "Juan Cruz Viotti <juan@balena.io>",

"devDependencies": {
"@balena/lint": "^5.3.0",
"@balena/lint": "^6.2.0",
"@types/bindings": "^1.3.0",
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.6",
"@types/mz": "0.0.32",
"@types/sinon": "^7.0.6",
"@types/mocha": "^9.1.1",
"@types/sinon": "^10.0.11",
"chai": "^4.2.0",
"eslint": "^4.19.1",
"jsdoc-to-markdown": "^4.0.1",
"mocha": "^6.0.0",
"prebuild": "^8.1.2",
"sinon": "^7.2.4",
"ts-node": "^8.0.2",
"eslint": "^8.17.0",
"jsdoc-to-markdown": "^7.1.1",
"mocha": "^10.0.0",
"prebuild": "^11.0.3",
"sinon": "^14.0.0",
"ts-node": "^10.8.1",
"typescript": "^4.1.2"
},
"dependencies": {
"node-addon-api": "5.0.0",
"bindings": "^1.3.0",
"debug": "^3.1.0",
"nan": "^2.14.0",
"prebuild-install": "^5.2.4"
"prebuild-install": "^7.1.1"
},
"versionist": {
"publishedAt": "2022-06-15T22:47:45.777Z"
}
}

@@ -169,5 +169,7 @@ <!-- Make sure you edit doc/README.hbs rather than README.md because the latter is auto-generated -->

### drivelist~list()
### drivelist~list() ⇒ <code>Promise</code>
**Kind**: inner method of [<code>drivelist</code>](#module_drivelist)
**Summary**: List available drives
**Returns**: <code>Promise</code> - <Drive>[]
**Access**: public
**Example**

@@ -174,0 +176,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

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