New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

prompt-sync

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prompt-sync - npm Package Compare versions

Comparing version 4.0.3 to 4.0.4

2

package.json
{
"name": "prompt-sync",
"version": "4.0.3",
"version": "4.0.4",
"description": "a synchronous prompt for node.js",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -82,5 +82,5 @@ # SYNOPSIS

//basic:
console.log(require('prompt')()('tell me something about yourself: '))
console.log(require('prompt-sync')()('tell me something about yourself: '))
var prompt = require('prompt')({
var prompt = require('prompt-sync')({
history: require('prompt-sync-history')(),

@@ -87,0 +87,0 @@ autocomplete: complete(['hello1234', 'he', 'hello', 'hello12', 'hello123456']),

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