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
114
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 1.3.3 to 1.3.4

2

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