Socket
Socket
Sign inDemoInstall

memfs

Package Overview
Dependencies
Maintainers
1
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

memfs - npm Package Compare versions

Comparing version 3.1.1 to 3.1.2

7

CHANGELOG.md

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

## [3.1.2](https://github.com/streamich/memfs/compare/v3.1.1...v3.1.2) (2020-03-12)
### Bug Fixes
* should throw `EEXIST` instead of `EISDIR` on `mkdirSync('/')` ([f89eede](https://github.com/streamich/memfs/commit/f89eede9530c3f5bd8d8a523be1927d396cda662))
## [3.1.1](https://github.com/streamich/memfs/compare/v3.1.0...v3.1.1) (2020-02-17)

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

6

package.json
{
"name": "memfs",
"version": "3.1.1",
"version": "3.1.2",
"description": "In-memory file-system with Node's fs API.",

@@ -30,3 +30,3 @@ "main": "lib/index.js",

"@types/jest": "23.3.14",
"@types/node": "10.17.15",
"@types/node": "10.17.17",
"cpy-cli": "3.1.0",

@@ -42,3 +42,3 @@ "husky": "3.1.0",

"tslint-config-common": "1.6.0",
"typescript": "3.7.5",
"typescript": "3.8.3",
"semantic-release": "15.14.0",

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

Sorry, the diff of this file is too big to display

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