Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gluegun

Package Overview
Dependencies
Maintainers
2
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gluegun - npm Package Compare versions

Comparing version 0.12.0 to 0.13.0

3

package.json
{
"name": "gluegun",
"version": "0.12.0",
"version": "0.13.0",
"description": "Build yourself a pluggable CLI.",

@@ -38,2 +38,3 @@ "main": "src/index.js",

"minimist": "^1.2.0",
"ora": "^1.1.0",
"prompt-autocompletion": "^0.1.1",

@@ -40,0 +41,0 @@ "prompt-checkbox": "^0.4.2",

const print = require('../utils/print')
const ora = require('ora')

@@ -46,2 +47,12 @@ /**

/**
* Creates a spinner and starts it up.
*
* @param {string|Object} config The text for the spinner or an ora configuration object.
* @returns The spinner.
*/
function spin (config) {
return ora(config).start()
}
// return back the feature set

@@ -57,2 +68,4 @@ return {

xmark,
spin,
table: print.table,

@@ -59,0 +72,0 @@ newline: print.newline,

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