hfs 0.26.5 → 0.26.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/admin/assets/index.0f549e00.js +281 -0
- package/admin/assets/{sha512.e9b1ee42.js → sha512.ea1121b3.js} +1 -1
- package/admin/index.html +1 -1
- package/package.json +1 -1
- package/src/index.js +3 -1
- package/src/misc.js +2 -2
- package/src/vfs.js +4 -14
- package/admin/assets/index.3129dad1.js +0 -282
package/README.md
CHANGED
|
@@ -83,6 +83,7 @@ Other than that, you can also consider:
|
|
|
83
83
|
|
|
84
84
|
- it's more robust: it was designed to be an always-running server, while HFS 1-2 was designed for occasional usage (transfer and quit)
|
|
85
85
|
- passwords are never really stored, just a non-reversible hash is
|
|
86
|
+
- faster search (up to 12x)
|
|
86
87
|
- more flexible permissions
|
|
87
88
|
|
|
88
89
|
But you may still want to stay with HFS 2.x (so far) for the following reasons
|