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

mem-fs-editor

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mem-fs-editor - npm Package Compare versions

Comparing version 2.1.0 to 2.2.0

lib/actions/commit.js

7

package.json
{
"name": "mem-fs-editor",
"version": "2.1.0",
"version": "2.2.0",
"description": "File edition helpers working on top of mem-fs",

@@ -11,6 +11,5 @@ "scripts": {

"license": "MIT",
"main": "lib/index.js",
"files": [
"actions",
"util",
"index.js"
"lib"
],

@@ -17,0 +16,0 @@ "dependencies": {

@@ -47,2 +47,8 @@ mem-fs-editor [![Build Status](https://travis-ci.org/SBoudrias/mem-fs-editor.svg?branch=master)](https://travis-ci.org/SBoudrias/mem-fs-editor)

### `#extendJSON(filepath, contents[, replacer [, space]])`
Extend the content of an existing JSON file with the partial objects provided as argument.
Optionally take the same JSON formatting arguments than `#writeJSON()`.
### `#delete(filepath, [options])`

@@ -49,0 +55,0 @@

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