@alttiri/util-node-js
Advanced tools
Comparing version 2.0.2 to 2.0.4
{ | ||
"name": "@alttiri/util-node-js", | ||
"version": "2.0.2", | ||
"version": "2.0.4", | ||
"description": "Some Node.js util functions for personal use", | ||
@@ -28,4 +28,4 @@ "keywords": [ | ||
"devDependencies": { | ||
"@types/node": "18.16.18", | ||
"typescript": "5.1.6" | ||
"@types/node": "18.18.6", | ||
"typescript": "5.2.2" | ||
}, | ||
@@ -32,0 +32,0 @@ "scripts": { |
@@ -105,3 +105,4 @@ import fs from "node:fs/promises"; | ||
recursively: false, | ||
_currentDeep | ||
yieldDir: true, | ||
_currentDeep, | ||
}, entry)) { | ||
@@ -108,0 +109,0 @@ if ("errors" in listEntry) { |
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
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
30758
806