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.0 to 0.2.1

4

lib/fs.js

@@ -13,3 +13,3 @@ /**

var Vow = require('vow'),
Queue = require('./queue'),
Queue = require('vow-queue'),
openFilesQueue = new Queue(),

@@ -347,5 +347,5 @@ fs = require('fs'),

if(typeof opts.openFileLimit !== 'undefined') {
openFilesQueue.setMaxWeight(opts.openFileLimit);
openFilesQueue.params({ weightLimit : opts.openFileLimit });
}
}
};
{
"name" : "vow-fs",
"version" : "0.2.0",
"version" : "0.2.1",
"description" : "File I/O by Vow",

@@ -17,3 +17,4 @@ "homepage" : "https://github.com/dfilatov/vow-fs",

"dependencies": {
"node-uuid" : "1.4.0"
"node-uuid" : "1.4.0",
"vow-queue" : "0.0.2"
},

@@ -20,0 +21,0 @@ "peerDependencies": {

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