Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fs-monkey

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fs-monkey - npm Package Compare versions

Comparing version 0.3.3 to 0.4.0

22

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc