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.2.1 to 0.2.2

6

lib/fs.js

@@ -9,3 +9,3 @@ /**

*
* @version 0.2.0
* @version 0.2.2
*/

@@ -88,3 +88,3 @@

*/
append : promisify(fs.appendFile),
append : emfileFixWrapper(promisify(fs.appendFile)),

@@ -351,2 +351,2 @@ /**

}
};
};
{
"name" : "vow-fs",
"version" : "0.2.1",
"version" : "0.2.2",
"description" : "File I/O by Vow",
"homepage" : "https://github.com/dfilatov/vow-fs",
"keywords" : ["vow", "file system"],
"keywords" : ["vow", "promise", "file system"],
"author" : "Dmitry Filatov <dfilatov@yandex-team.ru>",

@@ -8,0 +8,0 @@ "contributors" : [{

@@ -1,5 +0,6 @@

var vfs = require('./lib/fs');
var fs = require('./lib/fs'),
path = require('path');
vfs.makeDir('blocks-desktop/i18n/_keyset').then(function() {
console.log('ok');
fs.remove('test/test-dir').then(function(ex) {
console.log('!');
}, function(err) {

@@ -9,36 +10,1 @@ console.log(err);

vfs.makeDir('blocks-desktop/i18n/_keyset').then(function() {
console.log('ok');
}, function(err) {
console.log(err);
})
vfs.makeDir('blocks-desktop/i18n/_keyset').then(function() {
console.log('ok');
}, function(err) {
console.log(err);
})
vfs.makeDir('blocks-desktop/i18n/_keyset').then(function() {
console.log('ok');
}, function(err) {
console.log(err);
})
vfs.makeDir('blocks-desktop/i18n/_keyset').then(function() {
console.log('ok');
}, function(err) {
console.log(err);
})
vfs.makeDir('blocks-desktop/i18n/_keyset').then(function() {
console.log('ok');
}, function(err) {
console.log(err);
})
vfs.makeDir('blocks-desktop/i18n/_keyset').then(function() {
console.log('ok');
}, function(err) {
console.log(err);
})
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