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

read

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

read - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

lib/read.js

@@ -14,3 +14,3 @@

var output = opts.output || process.stdout
var m = new Mute()
var m = new Mute({ replace: opts.replace })
m.pipe(output)

@@ -17,0 +17,0 @@ output = m

{
"name": "read",
"version": "1.0.1",
"version": "1.0.2",
"main": "lib/read.js",
"dependencies": {
"mute-stream": "0"
"mute-stream": "~0.0.2"
},

@@ -8,0 +8,0 @@ "devDependencies": {

@@ -25,2 +25,3 @@ ## read

* `silent` Don't echo the output as the user types it.
* `replace` Replace silenced characters with the supplied character value.
* `timeout` Number of ms to wait for user input before giving up.

@@ -27,0 +28,0 @@ * `default` The default value if the user enters nothing.

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