Comparing version 2.14.0 to 2.15.0
"use strict"; | ||
var mapLimit = require('async/mapLimit'); | ||
var async = require('async'); | ||
@@ -7,3 +7,3 @@ | ||
var out = {}, errs = []; | ||
mapLimit(keys, tasks, function(item, chain) { | ||
async.mapLimit(keys, tasks, function(item, chain) { | ||
iterator(item, function(err, result) { | ||
@@ -10,0 +10,0 @@ out[item] = err ? null : result; |
"use strict"; | ||
var fs = require('fs'); | ||
var path = require('path'); | ||
var queue = require('async/queue'); | ||
var async = require('async'); | ||
var forEach = require('mout/array/forEach'); | ||
@@ -43,3 +43,3 @@ var debounce= require('mout/function/debounce'); | ||
module.exports = function(dir_path, taskcb, endcb){ | ||
var q = queue(function(stat, cb){ | ||
var q = async.queue(function(stat, cb){ | ||
if(stat) | ||
@@ -46,0 +46,0 @@ taskcb(stat); |
{ | ||
"name": "nyks", | ||
"version": "2.14.0", | ||
"version": "2.15.0", | ||
"description": "nodejs exupery style", | ||
@@ -11,3 +11,3 @@ "keywords": [ | ||
"dependencies": { | ||
"async": "^2.0.0-rc.2", | ||
"async": "^1.5.2", | ||
"crc-32": "^0.3.0", | ||
@@ -14,0 +14,0 @@ "mout": "^1.0.0", |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
19
46013
71
1259
8
+ Addedasync@1.5.2(transitive)
- Removedasync@2.6.4(transitive)
- Removedlodash@4.17.21(transitive)
Updatedasync@^1.5.2