New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mock-fs

Package Overview
Dependencies
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mock-fs - npm Package Compare versions

Comparing version 3.1.0 to 3.2.0

node/fs-3.0.0.js

10

changelog.md
# Change Log
## 3.2.0
* Support for io.js 3.0 (thanks @JustBlackBird, see [#61][#61]).
## 3.1.0
* Follow symlinks in `readdir()` and `readdirSync()` (thanks @caitp, see [#56][#56]).
## 3.0.0

@@ -75,1 +83,3 @@

[#45]: https://github.com/tschaub/mock-fs/pull/45
[#56]: https://github.com/tschaub/mock-fs/pull/56
[#61]: https://github.com/tschaub/mock-fs/pull/61

3

lib/index.js

@@ -20,3 +20,4 @@ 'use strict';

'1.x.x': 'fs-1.1.0.js',
'2.x.x': 'fs-2.0.0.js'
'2.x.x': 'fs-2.0.0.js',
'3.x.x': 'fs-3.0.0.js'
};

@@ -23,0 +24,0 @@ var nodeVersion = process.versions.node;

{
"name": "mock-fs",
"description": "A configurable mock file system. You know, for testing.",
"version": "3.1.0",
"version": "3.2.0",
"main": "lib/index.js",

@@ -6,0 +6,0 @@ "homepage": "https://github.com/tschaub/mock-fs",

@@ -202,4 +202,4 @@ # `mock-fs`

Tested on Linux, OSX, and Windows using Node 0.8, 0.9, 0.10, 0.11, & 0.12 and io.js 1.1 & 2.0. Check the tickets for a list of [known issues](https://github.com/tschaub/mock-fs/issues).
Tested on Linux, OSX, and Windows using Node 0.8, 0.9, 0.10, 0.11, & 0.12 and io.js 1.1, 2.0 & 3.0. Check the tickets for a list of [known issues](https://github.com/tschaub/mock-fs/issues).
[![Current Status](https://secure.travis-ci.org/tschaub/mock-fs.png?branch=master)](https://travis-ci.org/tschaub/mock-fs)

Sorry, the diff of this file is not supported yet

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