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

reloquent

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reloquent - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

2

build/lib/ask-questions.js

@@ -58,3 +58,3 @@ const ask = require('./ask');

const text = `${question.text}${dv ? `[${dv}] ` : ''}${gtd ? `[${gtd}] ` : ''}`
const { promise } = ask(text, {
const { 'promise': promise } = ask(text, {
timeout,

@@ -61,0 +61,0 @@ password: question.password,

@@ -0,1 +1,7 @@

## 1 May 2019
### [1.3.1](https://github.com/artdecocode/reloquent/compare/v1.3.0...v1.3.1)
- [fix] Quote the `promise` property.
## 30 April 2019

@@ -2,0 +8,0 @@

{
"name": "reloquent",
"version": "1.3.0",
"version": "1.3.1",
"description": "Ask user configurable questions via read-line.",

@@ -52,5 +52,5 @@ "main": "build/index.js",

"devDependencies": {
"alamode": "^2.0.0",
"alamode": "^2.1.0",
"catchment": "^3.3.0",
"documentary": "^1.26.2",
"documentary": "^1.26.5",
"eslint-config-artdeco": "1.0.1",

@@ -63,4 +63,4 @@ "forkfeed": "^1.1.1",

"dependencies": {
"promto": "^1.1.1"
"promto": "^1.1.2"
}
}

@@ -294,3 +294,3 @@ # reloquent

Description: [A test default value] world
Date: [2019-4-30 00:38:05]
Date: [2019-5-1 19:57:40]

@@ -300,3 +300,3 @@ Result: {

"description": "world",
"date": "2019-4-30 00:38:05"
"date": "2019-5-1 19:57:40"
}

@@ -303,0 +303,0 @@ ```

@@ -58,3 +58,3 @@ import ask from './ask'

const text = `${question.text}${dv ? `[${dv}] ` : ''}${gtd ? `[${gtd}] ` : ''}`
const { promise } = ask(text, {
const { 'promise': promise } = ask(text, {
timeout,

@@ -61,0 +61,0 @@ password: question.password,

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