Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@thi.ng/file-io

Package Overview
Dependencies
Maintainers
1
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/file-io - npm Package Compare versions

Comparing version 0.4.0 to 0.5.0

file-chunks.d.ts

8

CHANGELOG.md
# 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";

26

package.json
{
"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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc