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

question-cache

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

question-cache - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

2

index.js

@@ -54,3 +54,3 @@ /*!

value = key;
key = this.queue.length;
key = 'key_' + this.queue.length;
}

@@ -57,0 +57,0 @@ if (typeof value === 'string') {

{
"name": "question-cache",
"description": "A wrapper around inquirer that makes it easy to create and selectively reuse questions.",
"version": "0.2.1",
"version": "0.2.2",
"homepage": "https://github.com/jonschlinkert/question-cache",

@@ -6,0 +6,0 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)",

@@ -209,3 +209,3 @@ # question-cache [![NPM version](https://badge.fury.io/js/question-cache.svg)](http://badge.fury.io/js/question-cache)

### [.prompt](index.js#L222)
### [.prompt](index.js#L218)

@@ -368,2 +368,2 @@ Exposes the `prompt` method on [inquirer](https://github.com/sboudrias/Inquirer.js#readme)as a convenience.

_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on August 09, 2015._
_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on August 15, 2015._
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