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 12.0.0-build-renovate-typescript-5-x-102dc03d7445c29dfa371d133975dd009e89dda8-1 to 12.0.0

25

CHANGELOG.md

@@ -8,6 +8,27 @@ # Change Log

# v12.0.0
## (2023-05-01)
## (2024-04-08)
* Update dependency typescript to v5 [Renovate Bot]
* Update dependency node-addon-api to v8 [Self-hosted Renovate Bot]
* Drop support for node < 18 [Thodoris Greasidis]
# v11.2.2
## (2024-03-08)
* Bump node-gyp [Otavio Jacobi]
# v11.2.1
## (2024-02-15)
* Replace deprecated flowzone input tests_run_on [Kyle Harding]
# v11.2.0
## (2024-01-18)
* Add support to node20 [Otávio Jacobi]
# v11.1.1
## (2024-01-04)
* Remove repo config from flowzone.yml [Kyle Harding]
# v11.1.0

@@ -14,0 +35,0 @@ ## (2023-01-05)

12

package.json
{
"name": "drivelist",
"version": "12.0.0-build-renovate-typescript-5-x-102dc03d7445c29dfa371d133975dd009e89dda8-1",
"version": "12.0.0",
"description": "List all connected drives in your computer, in all major operating systems",

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

"engines": {
"node": ">=16 < 19"
"node": ">=18"
},

@@ -52,7 +52,7 @@ "devDependencies": {

"mocha": "^10.2.0",
"node-gyp": "^9.3.1",
"node-gyp": "^10.0.1",
"prebuild": "^11.0.4",
"sinon": "^15.0.1",
"ts-node": "^10.9.1",
"typescript": "^5.0.0"
"typescript": "^4.9.4"
},

@@ -62,3 +62,3 @@ "dependencies": {

"debug": "^4.3.4",
"node-addon-api": "^5.0.0",
"node-addon-api": "^8.0.0",
"prebuild-install": "^7.1.1"

@@ -72,4 +72,4 @@ },

"versionist": {
"publishedAt": "2023-05-01T17:53:36.415Z"
"publishedAt": "2024-04-08T12:08:33.362Z"
}
}
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