@thi.ng/file-io
Advanced tools
Comparing version 0.4.0 to 0.5.0
# Change Log | ||
- **Last updated**: 2023-01-10T15:20:18Z | ||
- **Last updated**: 2023-02-05T14:42:21Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -12,2 +12,8 @@ | ||
## [0.5.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/file-io@0.5.0) (2023-02-05) | ||
#### 🚀 Features | ||
- add fileChunks() ([bcff691](https://github.com/thi-ng/umbrella/commit/bcff691)) | ||
## [0.4.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/file-io@0.4.0) (2023-01-10) | ||
@@ -14,0 +20,0 @@ |
export * from "./delete.js"; | ||
export * from "./dir.js"; | ||
export * from "./ext.js"; | ||
export * from "./file-chunks.js"; | ||
export * from "./files.js"; | ||
@@ -5,0 +6,0 @@ export * from "./hash.js"; |
export * from "./delete.js"; | ||
export * from "./dir.js"; | ||
export * from "./ext.js"; | ||
export * from "./file-chunks.js"; | ||
export * from "./files.js"; | ||
@@ -5,0 +6,0 @@ export * from "./hash.js"; |
{ | ||
"name": "@thi.ng/file-io", | ||
"version": "0.4.0", | ||
"version": "0.5.0", | ||
"description": "Assorted file I/O utils (with logging support) for NodeJS", | ||
@@ -37,14 +37,15 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.6.3", | ||
"@thi.ng/checks": "^3.3.7", | ||
"@thi.ng/logger": "^1.4.7", | ||
"@thi.ng/random": "^3.3.21" | ||
"@thi.ng/api": "^8.7.0", | ||
"@thi.ng/checks": "^3.3.8", | ||
"@thi.ng/hex": "^2.3.5", | ||
"@thi.ng/logger": "^1.4.8", | ||
"@thi.ng/random": "^3.3.22" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.33.7", | ||
"@thi.ng/testament": "^0.3.9", | ||
"rimraf": "^3.0.2", | ||
"@microsoft/api-extractor": "^7.34.2", | ||
"@thi.ng/testament": "^0.3.10", | ||
"rimraf": "^4.1.2", | ||
"tools": "^0.0.1", | ||
"typedoc": "^0.23.22", | ||
"typescript": "^4.9.4" | ||
"typedoc": "^0.23.24", | ||
"typescript": "^4.9.5" | ||
}, | ||
@@ -87,2 +88,5 @@ "keywords": [ | ||
}, | ||
"./file-chunks": { | ||
"default": "./file-chunks.js" | ||
}, | ||
"./files": { | ||
@@ -117,3 +121,3 @@ "default": "./files.js" | ||
}, | ||
"gitHead": "3f0b3e2a7c82aefc7e46fb4338369836b5e1b8cf\n" | ||
"gitHead": "50ba9c87676fac60c46d2bc0e4d2c7711a374a68\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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
34730
30
499
5
9
+ Added@thi.ng/hex@^2.3.5
Updated@thi.ng/api@^8.7.0
Updated@thi.ng/checks@^3.3.8
Updated@thi.ng/logger@^1.4.8
Updated@thi.ng/random@^3.3.22