Skip to content

Commit

Permalink
Merge pull request #17 from Yqnn/deps
Browse files Browse the repository at this point in the history
Updated minimatch dependency to fix security issues
  • Loading branch information
Yqnn authored Jul 1, 2022
2 parents b0fef8b + 4fe45a4 commit b87c97e
Show file tree
Hide file tree
Showing 3 changed files with 113 additions and 27 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Readdir-Glob
[![Build Status](https://app.travis-ci.com/Yqnn/node-readdir-glob.svg?branch=master)](https://app.travis-ci.com/Yqnn/node-readdir-glob) [![Coverage Status](https://coveralls.io/repos/github/Yqnn/node-readdir-glob/badge.svg?branch=master)](https://coveralls.io/github/Yqnn/node-readdir-glob?branch=master)
![Build Status](https://github.com/Yqnn/node-readdir-glob/actions/workflows/test.yml/badge.svg?branch=master) [![Coverage Status](https://coveralls.io/repos/github/Yqnn/node-readdir-glob/badge.svg?branch=master)](https://coveralls.io/github/Yqnn/node-readdir-glob?branch=master)

Recursive version of fs.readdir wih stream API and glob filtering.
Uses the `minimatch` library to do its matching.
Expand Down
130 changes: 108 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Yann Armelin",
"name": "readdir-glob",
"description": "Recursive fs.readdir with streaming API and glob filtering.",
"version": "1.1.1",
"version": "1.1.2",
"homepage": "https://github.com/Yqnn/node-readdir-glob",
"repository": {
"type": "git",
Expand All @@ -13,14 +13,14 @@
"index.js"
],
"dependencies": {
"minimatch": "^3.0.4"
"minimatch": "^5.1.0"
},
"devDependencies": {
"jasmine": "^3.9.0",
"mkdirp": "^1.0.4",
"nyc": "^15.1.0",
"rimraf": "^3.0.2",
"tick": "0.0.6",
"nyc": "^15.1.0"
"tick": "0.0.6"
},
"keywords": [
"recursive",
Expand Down

0 comments on commit b87c97e

Please sign in to comment.