Socket
Socket
Sign inDemoInstall

vow-fs

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vow-fs - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

4

lib/fs.js
/**
* @module vow-fs
* @author Filatov Dmitry <dfilatov@yandex-team.ru>
* @version 0.3.1
* @version 0.3.2
* @license

@@ -363,1 +363,3 @@ * Dual licensed under the MIT and GPL licenses:

};
openFilesQueue.start();
{
"name" : "vow-fs",
"version" : "0.3.1",
"version" : "0.3.2",
"description" : "File I/O by Vow",

@@ -18,10 +18,7 @@ "homepage" : "https://github.com/dfilatov/vow-fs",

"node-uuid" : "1.4.0",
"vow-queue" : "0.1.0",
"vow" : "0.4.4",
"vow-queue" : "0.3.1",
"glob" : "3.2.8"
},
"peerDependencies": {
"vow" : "0.4.x"
},
"devDependencies": {
"vow" : "0.4.x",
"nodeunit" : "",

@@ -28,0 +25,0 @@ "istanbul" : ""

@@ -35,3 +35,3 @@ vow-fs [![NPM version](https://badge.fury.io/js/vow-fs.png)](http://badge.fury.io/js/vow-fs) [![Build Status](https://secure.travis-ci.org/dfilatov/vow-fs.png)](http://travis-ci.org/dfilatov/vow-fs)

Moves a file or directory from ````sourcePath```` to ````targetPath````. Returns a promise for the completion of the operation.
####stats(path)####
####stat(path)####
Returns a promise for the metadata about the given ````path```` as a [Stats](http://nodejs.org/api/fs.html#fs_class_fs_stats) object.

@@ -70,1 +70,3 @@ ####exists(path)####

Recursively removes a directory at a given path (like ````remove -rf````). Returns a promise for the completion of the operation.
####glob(pattern, [options])####
Matches files using the patterns. See https://github.com/isaacs/node-glob for details.

Sorry, the diff of this file is not supported yet

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