Socket
Socket
Sign inDemoInstall

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 11.0.2 to 11.0.3-update-dependencies-2fd7ab35d821ad085b0236193375a2c122d7a518-1

shell.nix

5

CHANGELOG.md

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

# v11.0.3
## (2022-11-03)
* support node 16 [Zane Hitchcox]
# v11.0.2

@@ -9,0 +14,0 @@ ## (2022-10-25)

30

package.json
{
"name": "drivelist",
"version": "11.0.2",
"version": "11.0.3-update-dependencies-2fd7ab35d821ad085b0236193375a2c122d7a518-1",
"description": "List all connected drives in your computer, in all major operating systems",

@@ -39,24 +39,24 @@ "main": "js/index.js",

"engines": {
"node": ">=14 < 16"
"node": ">=14 < 19"
},
"devDependencies": {
"@balena/lint": "^6.2.0",
"@types/bindings": "^1.3.0",
"@types/chai": "^4.1.7",
"@types/bindings": "^1.5.1",
"@types/chai": "^4.3.3",
"@types/mocha": "^10.0.0",
"@types/sinon": "^10.0.11",
"chai": "^4.2.0",
"eslint": "^8.17.0",
"@types/sinon": "^10.0.13",
"chai": "^4.3.6",
"eslint": "^8.26.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"
"mocha": "^10.1.0",
"prebuild": "^11.0.4",
"sinon": "^14.0.1",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
},
"dependencies": {
"bindings": "^1.3.0",
"bindings": "^1.5.0",
"debug": "^4.3.4",
"node-addon-api": "^5.0.0",
"prebuild-install": "^7.1.0"
"prebuild-install": "^7.1.1"
},

@@ -69,4 +69,4 @@ "binary": {

"versionist": {
"publishedAt": "2022-10-25T23:43:50.198Z"
"publishedAt": "2022-11-03T17:33:54.338Z"
}
}
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