Socket
Socket
Sign inDemoInstall

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 1.0.0 to 1.0.1

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [1.0.1](https://github.com/streamich/fs-monkey/compare/v1.0.0...v1.0.1) (2020-05-14)
### Bug Fixes
* release broken import ([70080c5](https://github.com/streamich/fs-monkey/commit/70080c5fbb1e4ac82497016c4e06218cdedacd72))
# [1.0.0](https://github.com/streamich/fs-monkey/compare/v0.3.1...v1.0.0) (2020-02-17)

@@ -2,0 +9,0 @@

4

lib/index.js

@@ -18,5 +18,5 @@ 'use strict';

var _list = require('./util/list');
var _lists = require('./util/lists');
var util = _interopRequireWildcard(_list);
var util = _interopRequireWildcard(_lists);

@@ -23,0 +23,0 @@ function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }

{
"name": "fs-monkey",
"version": "1.0.0",
"version": "1.0.1",
"description": "Monkey patches for file system related things.",

@@ -39,5 +39,5 @@ "main": "lib/index.js",

"babel-preset-es2015": "6.24.1",
"source-map-support": "0.5.16",
"source-map-support": "0.5.19",
"@types/jest": "23.3.14",
"@types/node": "8.10.59",
"@types/node": "8.10.60",
"semantic-release": "15.14.0",

@@ -44,0 +44,0 @@ "@semantic-release/changelog": "3.0.6",

@@ -10,3 +10,3 @@ # fs-monkey

### Install
## Install

@@ -17,3 +17,3 @@ ```shell

# Terms
## Terms

@@ -33,3 +33,3 @@ An *fs-like* object is an object that implements methods of Node's

# Reference
## Reference

@@ -46,4 +46,4 @@ - [`patchFs`](./docs/api/patchFs.md) - rewrites Node's filesystem module `fs` with *fs-like* object `vol`

# License
## License
[Unlicense](./LICENSE) - public domain.
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