drivelist
Advanced tools
Comparing version 11.0.2 to 11.0.3-update-dependencies-7139d35ce44e7e5e57e1c48f7fbb1e2efdb01adf-1
@@ -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) |
{ | ||
"name": "drivelist", | ||
"version": "11.0.2", | ||
"version": "11.0.3-update-dependencies-7139d35ce44e7e5e57e1c48f7fbb1e2efdb01adf-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 < 18" | ||
}, | ||
"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-03T15:47:34.254Z" | ||
} | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
99836
20
1
Updatedbindings@^1.5.0
Updatedprebuild-install@^7.1.1