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

auto-vo

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

auto-vo - npm Package Compare versions

Comparing version 1.3.4 to 1.3.5

8

bin/voiceover.js

@@ -6,5 +6,4 @@ #!/usr/bin/env node

const voiceOver = new VoiceOver();
await voiceOver.launch();
function exit() {
async function exit() {
await voiceOver.stop();

@@ -14,2 +13,7 @@ process.exit(0);

(async () => {
await voiceOver.launch();
})();
process.stdin.resume();

@@ -16,0 +20,0 @@ process.on('SIGINT', () => {

@@ -19,3 +19,3 @@ {

],
"version": "1.3.4",
"version": "1.3.5",
"main": "index.js",

@@ -22,0 +22,0 @@ "bugs": {

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