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.0.2 to 2.0.3

7

actions/delete.js
'use strict';
var assert = require('assert');
var path = require('path');
var _ = require('lodash');

@@ -17,2 +18,8 @@ var globby = require('globby');

module.exports = function (paths, options) {
if (!Array.isArray(paths)) {
paths = [paths];
}
paths = paths.map(function (filePath) {
return path.resolve(filePath);
});
paths = util.globify(paths);

@@ -19,0 +26,0 @@ options = options || {};

2

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

@@ -5,0 +5,0 @@ "scripts": {

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