Comparing version 0.3.3 to 0.4.0
{ | ||
"name": "fs-monkey", | ||
"version": "0.3.3", | ||
"version": "0.4.0", | ||
"description": "Monkey patches for file system related things.", | ||
@@ -16,2 +16,10 @@ "main": "lib/index.js", | ||
], | ||
"files": [ | ||
"lib", | ||
"!lib/__tests__", | ||
"docs" | ||
], | ||
"directories": { | ||
"doc": "docs" | ||
}, | ||
"repository": { | ||
@@ -28,11 +36,11 @@ "type": "git", | ||
"devDependencies": { | ||
"jest": "21.2.1", | ||
"babel-jest": "21.2.0", | ||
"jest": "23.6.0", | ||
"babel-jest": "23.6.0", | ||
"babel-core": "6.26.3", | ||
"babel-cli": "6.26.0", | ||
"babel-preset-es2015": "6.24.1", | ||
"source-map-support": "0.5.5", | ||
"semantic-release": "8.2.3", | ||
"@types/jest": "21.1.10", | ||
"@types/node": "8.10.14" | ||
"source-map-support": "0.5.16", | ||
"semantic-release": "15.14.0", | ||
"@types/jest": "23.3.14", | ||
"@types/node": "8.10.59" | ||
}, | ||
@@ -39,0 +47,0 @@ "jest": { |
@@ -34,3 +34,3 @@ # fs-monkey | ||
- [`patchFs`](./docs/api/patchFs.md) - rewrites Node's filesystem module `fs` with *fs-like* object `vol` | ||
- [`patchRequire`](./docs/api/patchRequire.md) - rewrites `require` function, patches Node's `module` module to use the give *fs-like* object `vol` for module loading | ||
- [`patchRequire`](./docs/api/patchRequire.md) - rewrites `require` function, patches Node's `module` module to use a given *fs-like* object for module loading | ||
@@ -37,0 +37,0 @@ |
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
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
0
5890
5
0
2