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.0.4 to 2.0.5

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## @visulima/fs [2.0.5](https://github.com/visulima/visulima/compare/@visulima/fs@2.0.4...@visulima/fs@2.0.5) (2024-04-05)
### Bug Fixes
* updated type-fest and dev deps ([d7f648d](https://github.com/visulima/visulima/commit/d7f648debdb10eeeb4b8942c45b2e6f6ead560e2))
## @visulima/fs [2.0.4](https://github.com/visulima/visulima/compare/@visulima/fs@2.0.3...@visulima/fs@2.0.4) (2024-04-02)

@@ -2,0 +9,0 @@

4

dist/index.d.ts

@@ -29,5 +29,5 @@ import { W as WalkOptions, M as Match, F as FindUpOptions, a as WalkEntry, R as ReadFileOptions, C as ContentType, b as ReadJsonOptions, J as JsonReviver, c as ReadYamlOptions, Y as YamlReviver, E as EmptyDirOptions, d as WriteFileOptions, e as WriteJsonOptions, f as YamlReplacer } from './types-BtNfXx_X.js';

declare const findUp: (name: string | string[] | readonly string[] | ((directory: string) => Match | Promise<Match>), options?: FindUpOptions) => Promise<string | undefined>;
declare const findUp: (name: ReadonlyArray<string> | string[] | string | ((directory: string) => Match | Promise<Match>), options?: FindUpOptions) => Promise<string | undefined>;
declare const findUpSync: (name: string | string[] | readonly string[] | ((directory: string) => Match), options?: FindUpOptions) => string | undefined;
declare const findUpSync: (name: ReadonlyArray<string> | string[] | string | ((directory: string) => Match), options?: FindUpOptions) => string | undefined;

@@ -34,0 +34,0 @@ declare function walk(directory: URL | string, { extensions, followSymlinks, includeDirs: includeDirectories, includeFiles, includeSymlinks, match, maxDepth, skip, }?: WalkOptions): AsyncIterableIterator<WalkEntry>;

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

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

"pathe": "^1.1.2",
"type-fest": "^4.14.0"
"type-fest": "^4.15.0"
},

@@ -143,3 +143,3 @@ "devDependencies": {

"@anolilab/semantic-release-preset": "^8.0.3",
"@babel/core": "^7.24.3",
"@babel/core": "^7.24.4",
"@rushstack/eslint-plugin-security": "^0.8.1",

@@ -157,3 +157,3 @@ "@types/node": "18.18.14",

"eslint-plugin-mdx": "^3.1.5",
"eslint-plugin-vitest": "^0.4.0",
"eslint-plugin-vitest": "^0.4.1",
"eslint-plugin-vitest-globals": "^1.5.0",

@@ -165,7 +165,7 @@ "fast-safe-stringify": "2.1.1",

"safe-regex2": "^3.1.0",
"semantic-release": "^23.0.6",
"semantic-release": "^23.0.7",
"sort-package-json": "^2.10.0",
"tempy": "^3.1.0",
"tsup": "^8.0.2",
"typescript": "^5.4.3",
"typescript": "^5.4.4",
"vitest": "^1.4.0",

@@ -172,0 +172,0 @@ "yaml": "^2.4.1"

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