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

n-cli

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

n-cli - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

9

lib/index.js

@@ -55,2 +55,11 @@ "use strict";

CLI.prototype.resolvePath = function(fileOrDir){
var result = fileOrDir;
if (!path.isAbsolute(fileOrDir)){
result = path.resolve(path.join(process.cwd(), fileOrDir));
}
return result;
};
CLI.prototype.nestedFolderConfig = function(basedir, filename){

@@ -57,0 +66,0 @@ var result = null;

2

package.json
{
"name": "n-cli",
"version": "1.0.2",
"version": "1.0.3",
"description": "a usefull toolset for node commandline applications",

@@ -5,0 +5,0 @@ "homepage": "",

@@ -19,3 +19,2 @@ # n-cli [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage Status](https://coveralls.io/repos/github/s-a/n-cli/badge.svg?branch=master)](https://coveralls.io/github/s-a/n-cli?branch=master)

silent: false,
appname: "node-cli-example-app-1",
handleUncaughtException : true

@@ -22,0 +21,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