Skip to content

Commit

Permalink
disallow files starting with . or # in container listings
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-zucker committed Feb 26, 2024
1 parent 0ffa62f commit 0043ff7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solid-rest/core",
"version": "2.1.17",
"version": "2.1.18",
"author": "Jeff Zucker",
"license": "MIT",
"description": "treat any storage as a mini Solid server",
Expand Down
2 changes: 1 addition & 1 deletion file/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solid-rest/file",
"version": "2.1.17",
"version": "2.1.18",
"author": "Jeff Zucker",
"license": "MIT",
"description": "solid-rest plugin for filesystems",
Expand Down

0 comments on commit 0043ff7

Please sign in to comment.