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

@gkalpak/ng-maintain-utils

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gkalpak/ng-maintain-utils - npm Package Compare versions

Comparing version 0.0.17 to 0.0.18

2

lib/ui-utils.js

@@ -44,3 +44,3 @@ 'use strict';

this.askQuestion(`\n${question} ${answerOptions}: ${chalk.bgWhite('')}`).then(answer => {
this.askQuestion(`\n${question} ${answerOptions}${chalk.reset(': ')}`).then(answer => {
let nonDefaultAnswer = defaultsToYes ? 'no' : 'yes';

@@ -47,0 +47,0 @@ let gaveNonDefaultAnswer = this._matchesAnswer(answer, nonDefaultAnswer);

{
"name": "@gkalpak/ng-maintain-utils",
"version": "0.0.17",
"version": "0.0.18",
"description": "A private collection of utilities for developing tools to help maintain (AngularJS-related) GitHub repositories.",

@@ -5,0 +5,0 @@ "keywords": [

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