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.2 to 0.2.3

4

lib/fs.js

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

*
* @version 0.2.2
* @version 0.2.3
*/

@@ -281,3 +281,3 @@

*/
listDir : promisify(fs.readdir),
listDir : emfileFixWrapper(promisify(fs.readdir)),

@@ -284,0 +284,0 @@ /**

{
"name" : "vow-fs",
"version" : "0.2.2",
"version" : "0.2.3",
"description" : "File I/O by Vow",

@@ -5,0 +5,0 @@ "homepage" : "https://github.com/dfilatov/vow-fs",

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

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

@@ -10,1 +9,36 @@ 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