Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nyks

Package Overview
Dependencies
Maintainers
3
Versions
251
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 6.1.4 to 6.1.5

2

package.json
{
"name": "nyks",
"version": "6.1.4",
"version": "6.1.5",
"description": "nodejs exupery style",

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

@@ -11,5 +11,3 @@ "use strict";

exts = exts.filter(function(val) {
return !!val;
});
exts = exts.filter(Boolean);
exts.push(""); //handle direct bin calls

@@ -16,0 +14,0 @@

@@ -22,3 +22,4 @@ "use strict";

src.on('error', reject);
dest.on('finish', resolve);
if(!("fd" in dest))
dest.on('finish', resolve);
dest.on('close', resolve);

@@ -25,0 +26,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