Socket
Socket
Sign inDemoInstall

@visulima/fs

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@visulima/fs - npm Package Compare versions

Comparing version 2.1.4 to 2.1.5

dist/chunk-ELTI4L4F.js

10

CHANGELOG.md

@@ -0,1 +1,11 @@

## @visulima/fs [2.1.5](https://github.com/visulima/visulima/compare/@visulima/fs@2.1.4...@visulima/fs@2.1.5) (2024-06-11)
### Bug Fixes
* **fs:** updated type-fest to v4.20.0 ([b34f417](https://github.com/visulima/visulima/commit/b34f417537b209f4c411103b6eef0e5a6d9b947d))
### Build System
* fixed found audit error, updated all dev package deps, updated deps in apps and examples ([4c51950](https://github.com/visulima/visulima/commit/4c519500dc5504579d35725572920658999885cb))
## @visulima/fs [2.1.4](https://github.com/visulima/visulima/compare/@visulima/fs@2.1.3...@visulima/fs@2.1.4) (2024-06-06)

@@ -2,0 +12,0 @@

2

dist/index.js
import { f, a as a$1, e } from './chunk-P3KZLWQC.js';
import { a, b, c } from './chunk-7RPH4IPR.js';
import { a, b, c } from './chunk-ELTI4L4F.js';
import './chunk-UPN3Y5W3.js';

@@ -4,0 +4,0 @@ import { readdir, realpath, lstat, mkdir, writeFile, link, stat, symlink, readlink, access, readFile, rm, unlink, rename, chown, chmod } from 'node:fs/promises';

@@ -1,2 +0,2 @@

export { c as assertValidFileContents, a as assertValidFileOrDirectoryPath, b as parseJson } from './chunk-7RPH4IPR.js';
export { c as assertValidFileContents, a as assertValidFileOrDirectoryPath, b as parseJson } from './chunk-ELTI4L4F.js';
export { a as JSONError } from './chunk-UPN3Y5W3.js';

@@ -3,0 +3,0 @@ export { toPath } from '@visulima/path/utils';

{
"name": "@visulima/fs",
"version": "2.1.4",
"version": "2.1.5",
"description": "Human friendly file system utilities for Node.js",

@@ -120,3 +120,3 @@ "keywords": [

"@visulima/path": "1.0.2",
"type-fest": "^4.19.0"
"type-fest": "^4.20.0"
},

@@ -126,10 +126,11 @@ "devDependencies": {

"@anolilab/prettier-config": "^5.0.14",
"@anolilab/semantic-release-pnpm": "^1.1.0",
"@anolilab/semantic-release-preset": "^8.1.0",
"@babel/core": "^7.24.6",
"@anolilab/semantic-release-pnpm": "^1.1.3",
"@anolilab/semantic-release-preset": "^9.0.0",
"@babel/core": "^7.24.7",
"@rushstack/eslint-plugin-security": "^0.8.1",
"@types/node": "18.18.14",
"@types/node": "18.19.15",
"@visulima/error": "3.2.11",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"conventional-changelog-conventionalcommits": "8.0.0",
"cross-env": "^7.0.3",

@@ -145,7 +146,7 @@ "detect-indent": "^7.0.1",

"fast-safe-stringify": "2.1.1",
"prettier": "^3.3.0",
"prettier": "^3.3.2",
"redos-detector": "^5.1.0",
"rimraf": "^5.0.7",
"safe-regex2": "^3.1.0",
"semantic-release": "23.1.1",
"semantic-release": "24.0.0",
"tempy": "^3.1.0",

@@ -155,3 +156,3 @@ "tsup": "^8.1.0",

"vitest": "^1.6.0",
"yaml": "^2.4.3"
"yaml": "^2.4.5"
},

@@ -158,0 +159,0 @@ "peerDependencies": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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