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

nyks

Package Overview
Dependencies
Maintainers
1
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.2.0 to 2.3.0

process/parseArgs.js

5

fs/walkFolderStatsRecursive.js

@@ -13,3 +13,6 @@ "use strict";

fs.readdir(dir, function(err, list) {
if (err) return done(err);
/* istanbul ignore if */
if (err)
return done(err);
var i = 0;

@@ -16,0 +19,0 @@ (function next() {

2

package.json
{
"name": "nyks",
"version": "2.2.0",
"version": "2.3.0",
"description": "nodejs exupery style",

@@ -5,0 +5,0 @@ "keywords": [

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