scandirectory
Advanced tools
Comparing version 6.15.0 to 6.16.0-next.1627672162.fe8aa058a10d9615ecea423131e5e1143d16c3a8
# History | ||
## v6.16.0 2021 July 31 | ||
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) | ||
## v6.15.0 2021 July 28 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "scandirectory", | ||
"version": "6.15.0", | ||
"version": "6.16.0-next.1627672162.fe8aa058a10d9615ecea423131e5e1143d16c3a8", | ||
"description": "Scan a directory recursively with a lot of control and power", | ||
@@ -76,3 +76,3 @@ "homepage": "https://github.com/bevry/scandirectory", | ||
{ | ||
"description": "ESNext source code for Node.js 10 || 12 || 14 with Require for modules", | ||
"description": "ESNext source code for Node.js 10 || 12 || 14 || 16 with Require for modules", | ||
"directory": "source", | ||
@@ -87,3 +87,3 @@ "entry": "index.js", | ||
"engines": { | ||
"node": "10 || 12 || 14" | ||
"node": "10 || 12 || 14 || 16" | ||
} | ||
@@ -95,15 +95,15 @@ } | ||
"dependencies": { | ||
"ignorefs": "^3.15.0", | ||
"readdir-cluster": "^3.14.0" | ||
"ignorefs": "^3.17.0", | ||
"readdir-cluster": "^3.17.0" | ||
}, | ||
"devDependencies": { | ||
"@bevry/update-contributors": "^1.18.0", | ||
"assert-helpers": "^8.2.0", | ||
"@bevry/update-contributors": "^1.19.0", | ||
"assert-helpers": "^8.4.0", | ||
"eslint": "^7.31.0", | ||
"eslint-config-bevry": "^3.23.0", | ||
"eslint-config-bevry": "^3.27.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-prettier": "^3.4.0", | ||
"kava": "^5.14.0", | ||
"kava": "^5.15.0", | ||
"prettier": "^2.3.2", | ||
"projectz": "^2.18.0", | ||
"projectz": "^2.22.0", | ||
"valid-directory": "^3.7.0" | ||
@@ -110,0 +110,0 @@ }, |
@@ -120,3 +120,3 @@ <!-- TITLE/ --> | ||
<ul><li><code>scandirectory</code> aliases <code>scandirectory/source/index.js</code></li> | ||
<li><code>scandirectory/source/index.js</code> is <a href="https://en.wikipedia.org/wiki/ECMAScript#ES.Next" title="ECMAScript Next">ESNext</a> source code for <a href="https://nodejs.org" title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> 10 || 12 || 14 with <a href="https://nodejs.org/dist/latest-v5.x/docs/api/modules.html" title="Node/CJS Modules">Require</a> for modules</li></ul> | ||
<li><code>scandirectory/source/index.js</code> is <a href="https://en.wikipedia.org/wiki/ECMAScript#ES.Next" title="ECMAScript Next">ESNext</a> source code for <a href="https://nodejs.org" title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> 10 || 12 || 14 || 16 with <a href="https://nodejs.org/dist/latest-v5.x/docs/api/modules.html" title="Node/CJS Modules">Require</a> for modules</li></ul> | ||
@@ -123,0 +123,0 @@ <!-- /INSTALL --> |
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
26260
1
Updatedignorefs@^3.17.0
Updatedreaddir-cluster@^3.17.0