Socket
Socket
Sign inDemoInstall

fs-mock

Package Overview
Dependencies
1
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.3 to 1.2.0

.idea/inspectionProfiles/profiles_settings.xml

21

package.json
{
"name": "fs-mock",
"description": "Simple fs mock with posix and windows file system styles",
"version": "1.1.3",
"version": "1.2.0",
"author": {
"name": "David Kudera",
"email": "sakren@gmail.com"
"email": "kudera.d@gmail.com"
},

@@ -20,22 +20,19 @@ "keywords": [

"type": "git",
"url": "git@github.com:sakren/node-fs-mock.git"
"url": "git@github.com:Carrooi/Node-FsMock.git"
},
"license": "MIT",
"engines": {
"node": ">=0.9"
"node": ">=0.10"
},
"main": "./lib/fs.js",
"main": "./src/fs.js",
"dependencies": {
"escape-regexp": "0.0.1"
"escape-regexp": "~0.0.1"
},
"devDependencies": {
"chai": "1.9.0",
"mocha": "1.17.1",
"coffee-script": "^1.7.1"
"chai": "~3.0.0",
"mocha": "~2.2.0"
},
"scripts": {
"build": "coffee --compile --output lib src/*.coffee && coffee --compile --output test/lib test/src/*.coffee",
"prepublish": "coffee --compile --output lib src/*.coffee && coffee --compile --output test/lib test/src/*.coffee",
"test": "mocha ./test/lib/index.js --reporter spec"
"test": "mocha ./test/index.js --reporter spec"
}
}
# fs-mock
[![NPM version](https://img.shields.io/npm/v/fs-mock.svg?style=flat-square)](http://badge.fury.io/js/fs-mock)
[![Dependency Status](https://img.shields.io/gemnasium/sakren/node-fs-mock.svg?style=flat-square)](https://gemnasium.com/sakren/node-fs-mock)
[![Build Status](https://img.shields.io/travis/sakren/node-fs-mock.svg?style=flat-square)](https://travis-ci.org/sakren/node-fs-mock)
[![Dependency Status](https://img.shields.io/gemnasium/Carrooi/Node-FsMock.svg?style=flat-square)](https://gemnasium.com/Carrooi/Node-FsMock)
[![Build Status](https://img.shields.io/travis/Carrooi/Node-FsMock.svg?style=flat-square)](https://travis-ci.org/Carrooi/Node-FsMock)

@@ -11,2 +11,10 @@ [![Donate](https://img.shields.io/badge/donate-PayPal-brightgreen.svg?style=flat-square)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=89MDP3DHWXYPW)

## Help
Unfortunately I don't have any more time to maintain this repository :-(
Don't you want to save me and this project by taking over it?
![sad cat](https://raw.githubusercontent.com/sakren/sakren.github.io/master/images/sad-kitten.jpg)
## Installation

@@ -178,4 +186,17 @@

* 1.2.0
+ Move repository under Carrooi organization
+ Abandon project
+ Rewritten to pure javascript
+ Rebind all methods so they can be called event when they are unbound [#11](https://github.com/Carrooi/Node-FsMock/issues/11)
+ Updated dependencies
+ Fixed root directories [#15](https://github.com/Carrooi/Node-FsMock/issues/15)
+ Added some tests
+ Some fixes for Windows
+ Fixed paths with trailing slashes [#13](https://github.com/Carrooi/Node-FsMock/issues/13)
+ Fixed lstat called on non symbolic links [#14](https://github.com/Carrooi/Node-FsMock/issues/14)
+ Allow writing raw buffer [#7](https://github.com/Carrooi/Node-FsMock/issues/7)
* 1.1.3
+ Bug with createReadStream and createWriteStream not emitting 'open' event [#10](https://github.com/sakren/node-fs-mock/pull/10)
+ Bug with createReadStream and createWriteStream not emitting 'open' event [#10](https://github.com/Carrooi/Node-FsMock/pull/10)

@@ -182,0 +203,0 @@ * 1.1.2

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc