Socket
Socket
Sign inDemoInstall

speakerbox

Package Overview
Dependencies
65
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.12 to 0.0.13

2

bin/speakerbox.js
#!/usr/bin/env node
var path = require('path');
var fs = require('fs');
var lib = path.join(path.dirname(fs.realpathSync(__filename)), './lib');
var lib = path.join(path.dirname(fs.realpathSync(__filename)), '../lib');
require(lib + '/index.js');
{
"name": "speakerbox",
"version": "0.0.12",
"version": "0.0.13",
"description": "TTS(Text-To-Speech) Tool for the Web",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc