New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

nyks

Package Overview
Dependencies
Maintainers
2
Versions
253
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nyks - npm Package Compare versions

Comparing version 2.14.0 to 2.15.0

.npmignore

4

async/dictLimit.js
"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",

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