Socket
Socket
Sign inDemoInstall

gluegun

Package Overview
Dependencies
Maintainers
14
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 5.1.1 to 5.1.2

6

build/toolbox/prompt-tools.js

@@ -40,9 +40,5 @@ "use strict";

exports.prompt = void 0;
var enquirer = null;
function getEnquirer() {
if (enquirer)
return enquirer;
var Enquirer = require('enquirer');
enquirer = new Enquirer();
return enquirer;
return new Enquirer();
}

@@ -49,0 +45,0 @@ /**

2

package.json
{
"name": "gluegun",
"version": "5.1.1",
"version": "5.1.2",
"description": "A delightful toolkit for building Node-powered CLIs.",

@@ -5,0 +5,0 @@ "repository": "infinitered/gluegun",

Sorry, the diff of this file is not supported yet

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