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 2.0.0 to 2.0.1

2

CHANGELOG.md
# Change Log
- **Last updated**: 2024-03-29T12:16:20Z
- **Last updated**: 2024-04-08T14:59:29Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

@@ -5,0 +5,0 @@

{
"name": "@thi.ng/file-io",
"version": "2.0.0",
"version": "2.0.1",
"description": "Assorted file I/O utils (with logging support) for NodeJS/Bun",

@@ -39,7 +39,7 @@ "type": "module",

"dependencies": {
"@thi.ng/api": "^8.9.31",
"@thi.ng/checks": "^3.5.5",
"@thi.ng/hex": "^2.3.41",
"@thi.ng/logger": "^3.0.7",
"@thi.ng/random": "^3.7.1"
"@thi.ng/api": "^8.10.0",
"@thi.ng/checks": "^3.6.0",
"@thi.ng/hex": "^2.3.42",
"@thi.ng/logger": "^3.0.8",
"@thi.ng/random": "^3.7.2"
},

@@ -124,6 +124,7 @@ "devDependencies": {

"thi.ng": {
"alias": "fio",
"status": "stable",
"year": 2022
},
"gitHead": "ce5ae2a322d50a7ce8ecccbd94fa55c496ba04fd\n"
"gitHead": "85ac4bd4d6d89f8e3689e2863d5bea0cecdb371c\n"
}

@@ -10,3 +10,3 @@ <!-- This file is generated - DO NOT EDIT! -->

> [!NOTE]
> This is one of 190 standalone projects, maintained as part
> This is one of 191 standalone projects, maintained as part
> of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo

@@ -46,6 +46,12 @@ > and anti-framework.

ESM import:
```ts
import * as fio from "@thi.ng/file-io";
```
For Node.js REPL:
```js
const fileIo = await import("@thi.ng/file-io");
const fio = await import("@thi.ng/file-io");
```

@@ -52,0 +58,0 @@

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