Comparing version 2.5.0 to 2.5.3
{ | ||
"name": "memfs", | ||
"version": "2.5.0", | ||
"version": "2.5.3", | ||
"description": "In-memory file-system with Node's fs API.", | ||
"main": "lib/index.js", | ||
"keywords": [ | ||
"fs", "filesystem", "fs.js", "memory-fs", "memfs", | ||
"file", "file system", "mount", "memory", "in-memory", | ||
"virtual", "test", "testing", "mock" | ||
"fs", | ||
"filesystem", | ||
"fs.js", | ||
"memory-fs", | ||
"memfs", | ||
"file", | ||
"file system", | ||
"mount", | ||
"memory", | ||
"in-memory", | ||
"virtual", | ||
"test", | ||
"testing", | ||
"mock" | ||
], | ||
@@ -17,4 +28,3 @@ "repository": { | ||
"fast-extend": "0.0.2", | ||
"fs-monkey": "^0.1.3", | ||
"unixify": "^1.0.0" | ||
"fs-monkey": "^0.2.1" | ||
}, | ||
@@ -21,0 +31,0 @@ "devDependencies": { |
@@ -201,2 +201,4 @@ # memfs 2.0 | ||
**Note:** JSON contains only files, empty folders will be absent. | ||
###### `vol.reset()` | ||
@@ -203,0 +205,0 @@ |
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
197457
2
4451
404
3
+ Addedfs-monkey@0.2.2(transitive)
- Removedunixify@^1.0.0
- Removedfs-monkey@0.1.3(transitive)
- Removednormalize-path@2.1.1(transitive)
- Removedremove-trailing-separator@1.1.0(transitive)
- Removedunixify@1.0.0(transitive)
Updatedfs-monkey@^0.2.1