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 0.7.13 to 0.7.14

2

package.json
{
"name": "nyks",
"version": "0.7.13",
"version": "0.7.14",
"description": "nodejs exupery style",

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

@@ -10,3 +10,6 @@ var util = require('util'),

util.parseargs = function(argv){
process.parseargs = util.parseargs = function(argv){
if(arguments.length == 0)
argv = process.argv.slice(2);
var args = [], dict = {},

@@ -13,0 +16,0 @@ k, v, r, e = new RegExp("^--?([a-z_0-9/:-]+)(?:=(.*))?", "i");

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