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

press-any-key

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

press-any-key - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

package.json
{
"name": "press-any-key",
"version": "0.1.0",
"version": "0.1.1",
"description": "Press any key to continue...",

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

@@ -7,3 +7,3 @@ press-any-key

```
npx press-any-key
npx -q press-any-key
Press any key to continue...

@@ -25,3 +25,3 @@ ```

```
npx press-any-key
npx -q press-any-key
```

@@ -51,3 +51,3 @@

```shell
npx press-any-key && echo "A good choice!" || echo "Bye bye :("
npx -q press-any-key && echo "A good choice!" || echo "Bye bye :("
```

@@ -61,3 +61,3 @@

echo 'You are about to delete all files in current directory'
npx press-any-key
npx -q press-any-key
rm -rf *

@@ -64,0 +64,0 @@ ```

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