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

base-cli-process

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

base-cli-process - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

1

lib/fields/cwd.js

@@ -19,3 +19,2 @@ 'use strict';

var cwds = [app.cwd || process.cwd()];
return function(val, key, config, next) {

@@ -22,0 +21,0 @@ debug.field(key, val);

12

lib/fields/use.js
'use strict';
var fns = require('../fns');
var debug = require('../debug');
var utils = require('../utils');
module.exports = function(app) {
return fns(app, 'use');
module.exports = function(app, prop) {
return function(arr, key, config, next) {
arr.forEach(function(name) {
app.use(require(name));
});
next();
}
};
{
"name": "base-cli-process",
"description": "Normalizers for common argv commands handled by the base-cli plugin. Also pre-processes the given object with base-cli-schema before calling `.process()`",
"version": "0.1.6",
"version": "0.1.7",
"homepage": "https://github.com/jonschlinkert/base-cli-process",

@@ -27,3 +27,3 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)",

"base-cli": "^0.5.0",
"base-cli-schema": "^0.1.13",
"base-cli-schema": "^0.1.18",
"base-config-process": "^0.1.3",

@@ -30,0 +30,0 @@ "base-cwd": "^0.1.6",

@@ -238,2 +238,2 @@ # base-cli-process [![NPM version](https://img.shields.io/npm/v/base-cli-process.svg?style=flat)](https://www.npmjs.com/package/base-cli-process) [![NPM downloads](https://img.shields.io/npm/dm/base-cli-process.svg?style=flat)](https://npmjs.org/package/base-cli-process) [![Build Status](https://img.shields.io/travis/jonschlinkert/base-cli-process.svg?style=flat)](https://travis-ci.org/jonschlinkert/base-cli-process)

_This file was generated by [verb](https://github.com/verbose/verb), v0.9.0, on May 03, 2016._
_This file was generated by [verb](https://github.com/verbose/verb), v0.9.0, on May 07, 2016._
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