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.13 to 2.1.14

dist/shared/AlreadyExistsError-qYsUje4Q.cjs

16

CHANGELOG.md

@@ -0,1 +1,17 @@

## @visulima/fs [2.1.14](https://github.com/visulima/visulima/compare/@visulima/fs@2.1.13...@visulima/fs@2.1.14) (2024-08-30)
### Bug Fixes
* updated license content ([63e34b3](https://github.com/visulima/visulima/commit/63e34b3a173d0b05b4eea97f85d37f08559559dd))
### Miscellaneous Chores
* updated dev dependencies ([45c2a76](https://github.com/visulima/visulima/commit/45c2a76bc974ecb2c6b172c3af03373d4cc6a5ce))
### Dependencies
* **@visulima/path:** upgraded to 1.0.5
* **@visulima/error:** upgraded to 4.4.1
## @visulima/fs [2.1.13](https://github.com/visulima/visulima/compare/@visulima/fs@2.1.12...@visulima/fs@2.1.13) (2024-08-08)

@@ -2,0 +18,0 @@

2

dist/error.d.ts

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

export { J as JSONError } from './shared/fs.ZPgZIXcg.js';
export { J as JSONError } from './shared/json-error-ZPgZIXcg.d.mjs';

@@ -3,0 +3,0 @@ declare class AlreadyExistsError extends Error {

@@ -1,3 +0,3 @@

import { W as WalkOptions, M as Match, F as FindUpOptions, a as WalkEntry, R as ReadFileOptions, C as ContentType, J as JsonValue, b as ReadJsonOptions, c as JsonReviver, d as ReadYamlOptions, Y as YamlReviver, E as EmptyDirOptions, e as WriteFileOptions, f as WriteJsonOptions, g as YamlReplacer } from './shared/fs.CpT5ICZl.js';
export { l as CodeFrameLocation, i as FIND_UP_STOP, h as F_OK, m as JsonReplacer, j as R_OK, n as ReadFileEncoding, k as W_OK, X as X_OK } from './shared/fs.CpT5ICZl.js';
import { W as WalkOptions, M as Match, F as FindUpOptions, a as WalkEntry, R as ReadFileOptions, C as ContentType, J as JsonValue, b as ReadJsonOptions, c as JsonReviver, d as ReadYamlOptions, Y as YamlReviver, E as EmptyDirOptions, e as WriteFileOptions, f as WriteJsonOptions, g as YamlReplacer } from './shared/observable-like.d-CpT5ICZl.d.mjs';
export { l as CodeFrameLocation, i as FIND_UP_STOP, h as F_OK, m as JsonReplacer, j as R_OK, n as ReadFileEncoding, k as W_OK, X as X_OK } from './shared/observable-like.d-CpT5ICZl.d.mjs';
import { symlink } from 'node:fs';

@@ -4,0 +4,0 @@ import { CreateNodeOptions, DocumentOptions, ParseOptions, SchemaOptions, ToStringOptions } from 'yaml';

@@ -1,3 +0,3 @@

export { J as JSONError } from './shared/fs.ZPgZIXcg.js';
import { J as JsonValue, o as CodeFrameOptions, c as JsonReviver } from './shared/fs.CpT5ICZl.js';
export { J as JSONError } from './shared/json-error-ZPgZIXcg.d.mjs';
import { J as JsonValue, o as CodeFrameOptions, c as JsonReviver } from './shared/observable-like.d-CpT5ICZl.d.mjs';
export { toPath } from '@visulima/path/utils';

@@ -4,0 +4,0 @@ import 'node:fs';

@@ -36,5 +36,5 @@ MIT License

> MIT License
>
>
> Copyright (c) 2024 visulima
>
>
> Permission is hereby granted, free of charge, to any person obtaining a copy

@@ -46,6 +46,6 @@ > of this software and associated documentation files (the "Software"), to deal

> furnished to do so, subject to the following conditions:
>
>
> The above copyright notice and this permission notice shall be included in all
> copies or substantial portions of the Software.
>
>
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR

@@ -58,9 +58,9 @@ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,

> SOFTWARE.
>
> <!-- DEPENDENCIES -->
>
>
>
>
> # Licenses of bundled dependencies
> The published @visulima/error artifact additionally contains code with the following licenses:
> MIT
>
>
> # Bundled dependencies:

@@ -71,3 +71,3 @@ > ## is-plain-obj

> Repository: sindresorhus/is-plain-obj
>
>
> > MIT License

@@ -82,19 +82,3 @@ > >

> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
>
> <!-- DEPENDENCIES -->
>
> <!-- TYPE_DEPENDENCIES -->
# Licenses of bundled types
The published @visulima/fs artifact additionally contains code with the following licenses:
(MIT OR CC0-1.0)
# Bundled types:
## type-fest
License: (MIT OR CC0-1.0)
By: Sindre Sorhus
Repository: sindresorhus/type-fest
<!-- TYPE_DEPENDENCIES -->
---------------------------------------

@@ -108,126 +92,15 @@

> MIT License
>
>
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
>
>
> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
>
>
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
>
>
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
<!-- DEPENDENCIES -->
>
> # Licenses of bundled dependencies
> The published @visulima/error artifact additionally contains code with the following licenses:
> MIT
>
> # Bundled dependencies:
> ## is-plain-obj
> License: MIT
> By: Sindre Sorhus
> Repository: sindresorhus/is-plain-obj
>
> > MIT License
> >
> > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
> >
> > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
> >
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
> >
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
>
> <!-- DEPENDENCIES -->
# Licenses of bundled dependencies
The published @visulima/fs artifact additionally contains code with the following licenses:
MIT
# Bundled dependencies:
## @visulima/error
License: MIT
By: Daniel Bannert
Repository: https://github.com/visulima/visulima.git
> MIT License
>
> Copyright (c) 2024 visulima
>
> Permission is hereby granted, free of charge, to any person obtaining a copy
> of this software and associated documentation files (the "Software"), to deal
> in the Software without restriction, including without limitation the rights
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
> copies of the Software, and to permit persons to whom the Software is
> furnished to do so, subject to the following conditions:
>
> The above copyright notice and this permission notice shall be included in all
> copies or substantial portions of the Software.
>
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
> SOFTWARE.
>
> <!-- DEPENDENCIES -->
>
> # Licenses of bundled dependencies
> The published @visulima/error artifact additionally contains code with the following licenses:
> MIT
>
> # Bundled dependencies:
> ## is-plain-obj
> License: MIT
> By: Sindre Sorhus
> Repository: sindresorhus/is-plain-obj
>
> > MIT License
> >
> > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
> >
> > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
> >
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
> >
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
>
> <!-- DEPENDENCIES -->
>
> <!-- TYPE_DEPENDENCIES -->
# Licenses of bundled types
The published @visulima/fs artifact additionally contains code with the following licenses:
(MIT OR CC0-1.0)
# Bundled types:
## type-fest
License: (MIT OR CC0-1.0)
By: Sindre Sorhus
Repository: sindresorhus/type-fest
<!-- TYPE_DEPENDENCIES -->
---------------------------------------
## detect-indent
License: MIT
By: Sindre Sorhus
Repository: sindresorhus/detect-indent
> MIT License
>
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
>
> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
>
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
>
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
<!-- DEPENDENCIES -->
>
> # Licenses of bundled dependencies
>
> The published @visulima/error artifact additionally contains code with the following licenses:

@@ -267,5 +140,5 @@ > MIT

> MIT License
>
>
> Copyright (c) 2024 visulima
>
>
> Permission is hereby granted, free of charge, to any person obtaining a copy

@@ -277,6 +150,6 @@ > of this software and associated documentation files (the "Software"), to deal

> furnished to do so, subject to the following conditions:
>
>
> The above copyright notice and this permission notice shall be included in all
> copies or substantial portions of the Software.
>
>
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR

@@ -289,9 +162,9 @@ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,

> SOFTWARE.
>
> <!-- DEPENDENCIES -->
>
>
>
>
> # Licenses of bundled dependencies
> The published @visulima/error artifact additionally contains code with the following licenses:
> MIT
>
>
> # Bundled dependencies:

@@ -302,3 +175,3 @@ > ## is-plain-obj

> Repository: sindresorhus/is-plain-obj
>
>
> > MIT License

@@ -313,19 +186,3 @@ > >

> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
>
> <!-- DEPENDENCIES -->
>
> <!-- TYPE_DEPENDENCIES -->
# Licenses of bundled types
The published @visulima/fs artifact additionally contains code with the following licenses:
(MIT OR CC0-1.0)
# Bundled types:
## type-fest
License: (MIT OR CC0-1.0)
By: Sindre Sorhus
Repository: sindresorhus/type-fest
<!-- TYPE_DEPENDENCIES -->
---------------------------------------

@@ -339,125 +196,14 @@

> MIT License
>
>
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
>
>
> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
>
>
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
>
>
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
<!-- DEPENDENCIES -->
>
> # Licenses of bundled dependencies
> The published @visulima/error artifact additionally contains code with the following licenses:
> MIT
>
> # Bundled dependencies:
> ## is-plain-obj
> License: MIT
> By: Sindre Sorhus
> Repository: sindresorhus/is-plain-obj
>
> > MIT License
> >
> > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
> >
> > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
> >
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
> >
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
>
> <!-- DEPENDENCIES -->
# Licenses of bundled dependencies
The published @visulima/fs artifact additionally contains code with the following licenses:
MIT
# Bundled dependencies:
## @visulima/error
License: MIT
By: Daniel Bannert
Repository: https://github.com/visulima/visulima.git
> MIT License
>
> Copyright (c) 2024 visulima
>
> Permission is hereby granted, free of charge, to any person obtaining a copy
> of this software and associated documentation files (the "Software"), to deal
> in the Software without restriction, including without limitation the rights
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
> copies of the Software, and to permit persons to whom the Software is
> furnished to do so, subject to the following conditions:
>
> The above copyright notice and this permission notice shall be included in all
> copies or substantial portions of the Software.
>
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
> SOFTWARE.
>
> <!-- DEPENDENCIES -->
>
> # Licenses of bundled dependencies
> The published @visulima/error artifact additionally contains code with the following licenses:
> MIT
>
> # Bundled dependencies:
> ## is-plain-obj
> License: MIT
> By: Sindre Sorhus
> Repository: sindresorhus/is-plain-obj
>
> > MIT License
> >
> > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
> >
> > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
> >
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
> >
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
>
> <!-- DEPENDENCIES -->
>
> <!-- TYPE_DEPENDENCIES -->
# Licenses of bundled types
The published @visulima/fs artifact additionally contains code with the following licenses:
(MIT OR CC0-1.0)
# Bundled types:
## type-fest
License: (MIT OR CC0-1.0)
By: Sindre Sorhus
Repository: sindresorhus/type-fest
<!-- TYPE_DEPENDENCIES -->
---------------------------------------
## detect-indent
License: MIT
By: Sindre Sorhus
Repository: sindresorhus/detect-indent
> MIT License
>
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
>
> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
>
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
>
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
<!-- DEPENDENCIES -->
> # Licenses of bundled dependencies
>

@@ -498,5 +244,5 @@ > The published @visulima/error artifact additionally contains code with the following licenses:

> MIT License
>
>
> Copyright (c) 2024 visulima
>
>
> Permission is hereby granted, free of charge, to any person obtaining a copy

@@ -508,6 +254,6 @@ > of this software and associated documentation files (the "Software"), to deal

> furnished to do so, subject to the following conditions:
>
>
> The above copyright notice and this permission notice shall be included in all
> copies or substantial portions of the Software.
>
>
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR

@@ -520,9 +266,9 @@ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,

> SOFTWARE.
>
> <!-- DEPENDENCIES -->
>
>
>
>
> # Licenses of bundled dependencies
> The published @visulima/error artifact additionally contains code with the following licenses:
> MIT
>
>
> # Bundled dependencies:

@@ -533,3 +279,3 @@ > ## is-plain-obj

> Repository: sindresorhus/is-plain-obj
>
>
> > MIT License

@@ -544,19 +290,3 @@ > >

> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
>
> <!-- DEPENDENCIES -->
>
> <!-- TYPE_DEPENDENCIES -->
# Licenses of bundled types
The published @visulima/fs artifact additionally contains code with the following licenses:
(MIT OR CC0-1.0)
# Bundled types:
## type-fest
License: (MIT OR CC0-1.0)
By: Sindre Sorhus
Repository: sindresorhus/type-fest
<!-- TYPE_DEPENDENCIES -->
---------------------------------------

@@ -570,126 +300,15 @@

> MIT License
>
>
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
>
>
> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
>
>
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
>
>
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
<!-- DEPENDENCIES -->
>
> # Licenses of bundled dependencies
> The published @visulima/error artifact additionally contains code with the following licenses:
> MIT
>
> # Bundled dependencies:
> ## is-plain-obj
> License: MIT
> By: Sindre Sorhus
> Repository: sindresorhus/is-plain-obj
>
> > MIT License
> >
> > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
> >
> > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
> >
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
> >
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
>
> <!-- DEPENDENCIES -->
# Licenses of bundled dependencies
The published @visulima/fs artifact additionally contains code with the following licenses:
MIT
# Bundled dependencies:
## @visulima/error
License: MIT
By: Daniel Bannert
Repository: https://github.com/visulima/visulima.git
> MIT License
>
> Copyright (c) 2024 visulima
>
> Permission is hereby granted, free of charge, to any person obtaining a copy
> of this software and associated documentation files (the "Software"), to deal
> in the Software without restriction, including without limitation the rights
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
> copies of the Software, and to permit persons to whom the Software is
> furnished to do so, subject to the following conditions:
>
> The above copyright notice and this permission notice shall be included in all
> copies or substantial portions of the Software.
>
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
> SOFTWARE.
>
> <!-- DEPENDENCIES -->
>
> # Licenses of bundled dependencies
> The published @visulima/error artifact additionally contains code with the following licenses:
> MIT
>
> # Bundled dependencies:
> ## is-plain-obj
> License: MIT
> By: Sindre Sorhus
> Repository: sindresorhus/is-plain-obj
>
> > MIT License
> >
> > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
> >
> > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
> >
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
> >
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
>
> <!-- DEPENDENCIES -->
>
> <!-- TYPE_DEPENDENCIES -->
# Licenses of bundled types
The published @visulima/fs artifact additionally contains code with the following licenses:
(MIT OR CC0-1.0)
# Bundled types:
## type-fest
License: (MIT OR CC0-1.0)
By: Sindre Sorhus
Repository: sindresorhus/type-fest
<!-- TYPE_DEPENDENCIES -->
---------------------------------------
## detect-indent
License: MIT
By: Sindre Sorhus
Repository: sindresorhus/detect-indent
> MIT License
>
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
>
> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
>
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
>
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
<!-- DEPENDENCIES -->
>
> # Licenses of bundled dependencies
>
> The published @visulima/error artifact additionally contains code with the following licenses:

@@ -729,5 +348,5 @@ > MIT

> MIT License
>
>
> Copyright (c) 2024 visulima
>
>
> Permission is hereby granted, free of charge, to any person obtaining a copy

@@ -739,6 +358,6 @@ > of this software and associated documentation files (the "Software"), to deal

> furnished to do so, subject to the following conditions:
>
>
> The above copyright notice and this permission notice shall be included in all
> copies or substantial portions of the Software.
>
>
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR

@@ -751,9 +370,9 @@ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,

> SOFTWARE.
>
> <!-- DEPENDENCIES -->
>
>
>
>
> # Licenses of bundled dependencies
> The published @visulima/error artifact additionally contains code with the following licenses:
> MIT
>
>
> # Bundled dependencies:

@@ -764,3 +383,3 @@ > ## is-plain-obj

> Repository: sindresorhus/is-plain-obj
>
>
> > MIT License

@@ -775,19 +394,3 @@ > >

> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
>
> <!-- DEPENDENCIES -->
>
> <!-- TYPE_DEPENDENCIES -->
# Licenses of bundled types
The published @visulima/fs artifact additionally contains code with the following licenses:
(MIT OR CC0-1.0)
# Bundled types:
## type-fest
License: (MIT OR CC0-1.0)
By: Sindre Sorhus
Repository: sindresorhus/type-fest
<!-- TYPE_DEPENDENCIES -->
---------------------------------------

@@ -801,126 +404,15 @@

> MIT License
>
>
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
>
>
> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
>
>
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
>
>
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
<!-- DEPENDENCIES -->
>
> # Licenses of bundled dependencies
> The published @visulima/error artifact additionally contains code with the following licenses:
> MIT
>
> # Bundled dependencies:
> ## is-plain-obj
> License: MIT
> By: Sindre Sorhus
> Repository: sindresorhus/is-plain-obj
>
> > MIT License
> >
> > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
> >
> > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
> >
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
> >
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
>
> <!-- DEPENDENCIES -->
# Licenses of bundled dependencies
The published @visulima/fs artifact additionally contains code with the following licenses:
MIT
# Bundled dependencies:
## @visulima/error
License: MIT
By: Daniel Bannert
Repository: https://github.com/visulima/visulima.git
> MIT License
>
> Copyright (c) 2024 visulima
>
> Permission is hereby granted, free of charge, to any person obtaining a copy
> of this software and associated documentation files (the "Software"), to deal
> in the Software without restriction, including without limitation the rights
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
> copies of the Software, and to permit persons to whom the Software is
> furnished to do so, subject to the following conditions:
>
> The above copyright notice and this permission notice shall be included in all
> copies or substantial portions of the Software.
>
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
> SOFTWARE.
>
> <!-- DEPENDENCIES -->
>
> # Licenses of bundled dependencies
> The published @visulima/error artifact additionally contains code with the following licenses:
> MIT
>
> # Bundled dependencies:
> ## is-plain-obj
> License: MIT
> By: Sindre Sorhus
> Repository: sindresorhus/is-plain-obj
>
> > MIT License
> >
> > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
> >
> > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
> >
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
> >
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
>
> <!-- DEPENDENCIES -->
>
> <!-- TYPE_DEPENDENCIES -->
# Licenses of bundled types
The published @visulima/fs artifact additionally contains code with the following licenses:
(MIT OR CC0-1.0)
# Bundled types:
## type-fest
License: (MIT OR CC0-1.0)
By: Sindre Sorhus
Repository: sindresorhus/type-fest
<!-- TYPE_DEPENDENCIES -->
---------------------------------------
## detect-indent
License: MIT
By: Sindre Sorhus
Repository: sindresorhus/detect-indent
> MIT License
>
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
>
> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
>
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
>
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
<!-- DEPENDENCIES -->
<!-- TYPE_DEPENDENCIES -->
# Licenses of bundled types

@@ -927,0 +419,0 @@ The published @visulima/fs artifact additionally contains code with the following licenses:

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

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

"dependencies": {
"@visulima/path": "1.0.4"
"@visulima/path": "1.0.5"
},

@@ -130,4 +130,4 @@ "devDependencies": {

"@types/node": "18.19.15",
"@visulima/error": "4.4.0",
"@visulima/packem": "^1.0.0-alpha.60",
"@visulima/error": "4.4.1",
"@visulima/packem": "^1.0.0-alpha.86",
"@vitest/coverage-v8": "^2.0.5",

@@ -153,3 +153,3 @@ "@vitest/ui": "^2.0.5",

"tempy": "^3.1.0",
"type-fest": "^4.24.0",
"type-fest": "^4.26.0",
"typescript": "5.4.5",

@@ -156,0 +156,0 @@ "vitest": "^2.0.5",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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