@thi.ng/file-io
Advanced tools
Comparing version 1.3.3 to 1.3.4
# Change Log | ||
- **Last updated**: 2024-02-22T23:15:26Z | ||
- **Last updated**: 2024-02-25T14:07:53Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
@@ -33,2 +33,4 @@ /// <reference types="node" /> | ||
* ```ts | ||
* import { fileChunks } from "@thi.ng/file-io"; | ||
* | ||
* for await(let buf of fileChunks("file.bin", { start: 16*1024*1024 })) { | ||
@@ -35,0 +37,0 @@ * // ... |
{ | ||
"name": "@thi.ng/file-io", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"description": "Assorted file I/O utils (with logging support) for NodeJS", | ||
@@ -38,7 +38,7 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.9.25", | ||
"@thi.ng/api": "^8.9.26", | ||
"@thi.ng/checks": "^3.5.0", | ||
"@thi.ng/hex": "^2.3.37", | ||
"@thi.ng/logger": "^3.0.2", | ||
"@thi.ng/random": "^3.6.32" | ||
"@thi.ng/logger": "^3.0.3", | ||
"@thi.ng/random": "^3.6.33" | ||
}, | ||
@@ -124,3 +124,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "16f2b92b5410bd35dcde6c2971c8e62783ebc472\n" | ||
"gitHead": "6e20f80dd9df1c8055ffa3c1e4d6f7598add0c0b\n" | ||
} |
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
40147
597
Updated@thi.ng/api@^8.9.26
Updated@thi.ng/logger@^3.0.3
Updated@thi.ng/random@^3.6.33