Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fs2

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fs2 - npm Package Compare versions

Comparing version 0.2.21 to 0.2.22

122

CHANGELOG.md

@@ -1,186 +0,158 @@

# Change Log
# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [0.2.22](https://github.com/medikoo/fs2/compare/v0.2.21...v0.2.22) (2023-12-08)
### Bug Fixes
- **isIgnored:** Ensure `relPath` is not altered during rule application ([9eee0ac](https://github.com/medikoo/fs2/commit/9eee0aca8623d1ca4ae1fdeb50e9873357ac81d4))
<a name="0.2.21"></a>
## [0.2.21](https://github.com/medikoo/fs2/compare/v0.2.20...v0.2.21) (2018-11-15)
### Bug Fixes
* 'loose' option handling on windows ([3788ebf](https://github.com/medikoo/fs2/commit/3788ebf))
- 'loose' option handling on windows ([3788ebf](https://github.com/medikoo/fs2/commit/3788ebf))
<a name="0.2.20"></a>
<a name="0.2.20"></a>
## [0.2.20](https://github.com/medikoo/fs2/compare/v0.2.19...v0.2.20) (2018-11-07)
### Bug Fixes
* **copyDir:** symlink copying ([c0e4a6f](https://github.com/medikoo/fs2/commit/c0e4a6f))
- **copyDir:** symlink copying ([c0e4a6f](https://github.com/medikoo/fs2/commit/c0e4a6f))
<a name="0.2.19"></a>
<a name="0.2.19"></a>
## [0.2.19](https://github.com/medikoo/fs2/compare/v0.2.18...v0.2.19) (2018-10-31)
### Bug Fixes
* **symlink:** for symlink we should not fully resolve link path ([ae17653](https://github.com/medikoo/fs2/commit/ae17653))
- **symlink:** for symlink we should not fully resolve link path ([ae17653](https://github.com/medikoo/fs2/commit/ae17653))
<a name="0.2.18"></a>
<a name="0.2.18"></a>
## [0.2.18](https://github.com/medikoo/fs2/compare/v0.2.17...v0.2.18) (2018-10-31)
### Bug Fixes
* remove problematic stream.destroy() ([ceb67b9](https://github.com/medikoo/fs2/commit/ceb67b9))
* **copy:** validate destination existence ([7662c1e](https://github.com/medikoo/fs2/commit/7662c1e))
* **copyDir:** fix duplicate file copying ([41ff83b](https://github.com/medikoo/fs2/commit/41ff83b))
- remove problematic stream.destroy() ([ceb67b9](https://github.com/medikoo/fs2/commit/ceb67b9))
- **copy:** validate destination existence ([7662c1e](https://github.com/medikoo/fs2/commit/7662c1e))
- **copyDir:** fix duplicate file copying ([41ff83b](https://github.com/medikoo/fs2/commit/41ff83b))
<a name="0.2.17"></a>
<a name="0.2.17"></a>
## [0.2.17](https://github.com/medikoo/fs2/compare/v0.2.16...v0.2.17) (2018-10-31)
### Bug Fixes
* **copyDir:** throw if destination path exists ([812fdfb](https://github.com/medikoo/fs2/commit/812fdfb))
- **copyDir:** throw if destination path exists ([812fdfb](https://github.com/medikoo/fs2/commit/812fdfb))
<a name="0.2.16"></a>
<a name="0.2.16"></a>
## [0.2.16](https://github.com/medikoo/fs2/compare/v0.2.15...v0.2.16) (2018-10-31)
### Features
* copyDir util ([2f45d62](https://github.com/medikoo/fs2/commit/2f45d62))
- copyDir util ([2f45d62](https://github.com/medikoo/fs2/commit/2f45d62))
<a name="0.2.15"></a>
<a name="0.2.15"></a>
## [0.2.15](https://github.com/medikoo/fs2/compare/v0.2.14...v0.2.15) (2018-10-25)
### Bug Fixes
* **readlink:** improve loose option handling ([b54f193](https://github.com/medikoo/fs2/commit/b54f193))
* improve arguments handling ([c32f340](https://github.com/medikoo/fs2/commit/c32f340))
* **lstat:** fix loose option handling ([889b829](https://github.com/medikoo/fs2/commit/889b829))
- **readlink:** improve loose option handling ([b54f193](https://github.com/medikoo/fs2/commit/b54f193))
- improve arguments handling ([c32f340](https://github.com/medikoo/fs2/commit/c32f340))
- **lstat:** fix loose option handling ([889b829](https://github.com/medikoo/fs2/commit/889b829))
### Features
* isDirectory util ([835b4a9](https://github.com/medikoo/fs2/commit/835b4a9))
- isDirectory util ([835b4a9](https://github.com/medikoo/fs2/commit/835b4a9))
<a name="0.2.14"></a>
<a name="0.2.14"></a>
## [0.2.14](https://github.com/medikoo/fs2/compare/v0.2.13...v0.2.14) (2018-10-24)
### Bug Fixes
* **readlink:** fix support for loose option on existing non-symlinks ([3c52970](https://github.com/medikoo/fs2/commit/3c52970))
- **readlink:** fix support for loose option on existing non-symlinks ([3c52970](https://github.com/medikoo/fs2/commit/3c52970))
<a name="0.2.13"></a>
<a name="0.2.13"></a>
## [0.2.13](https://github.com/medikoo/fs2/compare/v0.2.12...v0.2.13) (2018-10-24)
### Bug Fixes
* require path ([6aa87f7](https://github.com/medikoo/fs2/commit/6aa87f7))
- require path ([6aa87f7](https://github.com/medikoo/fs2/commit/6aa87f7))
<a name="0.2.12"></a>
<a name="0.2.12"></a>
## [0.2.12](https://github.com/medikoo/fs2/compare/v0.2.11...v0.2.12) (2018-10-24)
### Features
* readlink util ([c5c63c7](https://github.com/medikoo/fs2/commit/c5c63c7))
- readlink util ([c5c63c7](https://github.com/medikoo/fs2/commit/c5c63c7))
<a name="0.2.11"></a>
<a name="0.2.11"></a>
## [0.2.11](https://github.com/medikoo/fs2/compare/v0.2.10...v0.2.11) (2018-10-23)
### Features
* introduce realpath ([727e7b8](https://github.com/medikoo/fs2/commit/727e7b8))
- introduce realpath ([727e7b8](https://github.com/medikoo/fs2/commit/727e7b8))
<a name="0.2.10"></a>
<a name="0.2.10"></a>
## [0.2.10](https://github.com/medikoo/fs2/compare/v0.2.9...v0.2.10) (2018-09-14)
### Bug Fixes
* support for very old versions of Node.js ([73bc389](https://github.com/medikoo/fs2/commit/73bc389))
- support for very old versions of Node.js ([73bc389](https://github.com/medikoo/fs2/commit/73bc389))
### Features
* rm util, removes either file or directory ([6733df6](https://github.com/medikoo/fs2/commit/6733df6))
- rm util, removes either file or directory ([6733df6](https://github.com/medikoo/fs2/commit/6733df6))
<a name="0.2.9"></a>
<a name="0.2.9"></a>
## [0.2.9](https://github.com/medikoo/fs2/compare/v0.2.8...v0.2.9) (2018-09-13)
### Features
* support "loose" option in stat and lstat ([76306c4](https://github.com/medikoo/fs2/commit/76306c4))
- support "loose" option in stat and lstat ([76306c4](https://github.com/medikoo/fs2/commit/76306c4))
<a name="0.2.8"></a>
<a name="0.2.8"></a>
## [0.2.8](https://github.com/medikoo/fs2/compare/v0.2.7...v0.2.8) (2018-09-07)
### Features
* support `intermediate` option in symlink ([5846d47](https://github.com/medikoo/fs2/commit/5846d47))
- support `intermediate` option in symlink ([5846d47](https://github.com/medikoo/fs2/commit/5846d47))
<a name="0.2.7"></a>
<a name="0.2.7"></a>
## [0.2.7](https://github.com/medikoo/fs2/compare/v0.2.6...v0.2.7) (2017-09-05)
### Bug Fixes
* bring back node v0.12 support ([370fa80](https://github.com/medikoo/fs2/commit/370fa80))
- bring back node v0.12 support ([370fa80](https://github.com/medikoo/fs2/commit/370fa80))
<a name="0.2.6"></a>
<a name="0.2.6"></a>
## [0.2.6](https://github.com/medikoo/fs2/compare/v0.2.5...v0.2.6) (2017-06-19)
<a name="0.2.5"></a>
<a name="0.2.5"></a>
## [0.2.5](https://github.com/medikoo/fs2/compare/v0.2.4...v0.2.5) (2017-06-16)
### Features
* "loose" option for fs.copy ([885cba7](https://github.com/medikoo/fs2/commit/885cba7))
* resolve successful copy with `true` ([72d4961](https://github.com/medikoo/fs2/commit/72d4961))
- "loose" option for fs.copy ([885cba7](https://github.com/medikoo/fs2/commit/885cba7))
- resolve successful copy with `true` ([72d4961](https://github.com/medikoo/fs2/commit/72d4961))
## Old Changelog
See `CHANGES`

@@ -78,9 +78,10 @@ /* eslint max-statements: off, max-lines: off */

if (rule.search(sepRe) > 0) {
var currentRelPath = relPath;
do {
relPath = relPath.slice(relPath.indexOf(sep) + 1);
if (minimatch(relPath, rule, minimatchOpts)) {
currentRelPath = currentRelPath.slice(currentRelPath.indexOf(sep) + 1);
if (minimatch(currentRelPath, rule, minimatchOpts)) {
value = preValue;
return true;
}
} while (contains.call(relPath, sep));
} while (contains.call(currentRelPath, sep));
} else if (minimatch(relPath, rule, minimatchOpts)) {

@@ -87,0 +88,0 @@ value = preValue;

{
"name": "fs2",
"version": "0.2.21",
"version": "0.2.22",
"description": "fs (file system package) extensions",

@@ -5,0 +5,0 @@ "author": "Mariusz Nowak <medyk@medikoo.com> (http://www.medikoo.com/)",

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