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

base-cli

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

base-cli - npm Package Compare versions

Comparing version 0.4.21 to 0.4.22

1

index.js

@@ -17,3 +17,2 @@ /*!

return function(app) {
this.use(utils.logger());
this.use(utils.ask());

@@ -20,0 +19,0 @@ this.use(utils.config.create('cli'));

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

require('base-config', 'config');
require('base-logger', 'logger');
require('base-questions', 'ask');

@@ -20,0 +19,0 @@

3

package.json
{
"name": "base-cli",
"description": "Plugin for base-methods that maps built-in methods to CLI args (also supports methods from a few plugins, like 'base-store', 'base-options' and 'base-data'.",
"version": "0.4.21",
"version": "0.4.22",
"homepage": "https://github.com/jonschlinkert/base-cli",

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

"base-config": "^0.5.0",
"base-logger": "^0.1.0",
"base-questions": "^0.5.1",

@@ -30,0 +29,0 @@ "debug": "^2.2.0",

@@ -298,3 +298,3 @@ # base-cli [![NPM version](https://img.shields.io/npm/v/base-cli.svg)](https://www.npmjs.com/package/base-cli) [![Build Status](https://img.shields.io/travis/jonschlinkert/base-cli.svg)](https://travis-ci.org/jonschlinkert/base-cli)

### [.show](lib/utils.js#L74)
### [.show](lib/utils.js#L73)

@@ -301,0 +301,0 @@ Returns true if `val` is true or is an object with `show: true`

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