Socket
Socket
Sign inDemoInstall

@inquirer/core

Package Overview
Dependencies
Maintainers
3
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@inquirer/core - npm Package Compare versions

Comparing version 0.0.9-alpha.0 to 0.0.10-alpha.0

5

index.js

@@ -1,2 +0,5 @@

const _ = require('lodash');
const _ = {
isFunction: require('lodash/isFunction'),
noop: require('lodash/noop')
};
const readline = require('readline');

@@ -3,0 +6,0 @@ const chalk = require('chalk');

4

lib/Paginator.js
'use strict';
const _ = require('lodash');
const _ = {
flatten: require('lodash/flatten')
};
const chalk = require('chalk');

@@ -5,0 +7,0 @@ const cliWidth = require('cli-width');

@@ -1,2 +0,4 @@

const _ = require('lodash');
const _ = {
last: require('lodash/last')
};
const cliWidth = require('cli-width');

@@ -3,0 +5,0 @@ const stripAnsi = require('strip-ansi');

@@ -1,2 +0,4 @@

const _ = require('lodash');
const _ = {
flatten: require('lodash/flatten')
};

@@ -3,0 +5,0 @@ /**

{
"name": "@inquirer/core",
"version": "0.0.9-alpha.0",
"version": "0.0.10-alpha.0",
"description": "Core Inquirer prompt API",

@@ -29,3 +29,3 @@ "main": "index.js",

},
"gitHead": "65a4d598658e1b7dfd45ec88620962c989c94c5d"
"gitHead": "7a699cc7566b4b6bc9a1e8d93490d3f5a01685ef"
}
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