Comparing version 3.4.3 to 3.4.4
{ | ||
"name": "memfs", | ||
"version": "3.4.3", | ||
"version": "3.4.4", | ||
"description": "In-memory file-system with Node's fs API.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -7,3 +7,3 @@ # memfs | ||
- Node's `fs` API implemented, see [_API Status_](./docs/api-status.md) | ||
- Node's `fs` API implemented, see [_old API Status_](./docs/api-status.md), [missing list](https://github.com/streamich/memfs/issues/735), [missing `opendir`](https://github.com/streamich/memfs/issues/663) | ||
- Stores files in memory, in `Buffer`s | ||
@@ -10,0 +10,0 @@ - Throws sameish\* errors as Node.js |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
178291
0