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

memfs

Package Overview
Dependencies
Maintainers
1
Versions
154
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.0.6 to 3.1.0

8

CHANGELOG.md

@@ -0,1 +1,9 @@

# [3.1.0](https://github.com/streamich/memfs/compare/v3.0.6...v3.1.0) (2020-02-17)
### Features
* replace `fast-extend` with native `Object.assign` ([934f1f3](https://github.com/streamich/memfs/commit/934f1f31948e5b4afc9ea101f9c5ad20017df217))
* specify `engines` field with `node` constraint of `>= 8.3.0` ([7d3b132](https://github.com/streamich/memfs/commit/7d3b132c35639c10a5750e8e17b839b619f2ab41))
## [3.0.6](https://github.com/streamich/memfs/compare/v3.0.5...v3.0.6) (2020-02-16)

@@ -2,0 +10,0 @@

6

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

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

"dependencies": {
"fast-extend": "1.0.2",
"fs-monkey": "0.3.3"

@@ -66,2 +65,5 @@ },

},
"engines": {
"node": ">= 4.0.0"
},
"release": {

@@ -68,0 +70,0 @@ "verifyConditions": [

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