Socket
Socket
Sign inDemoInstall

ivona-node

Package Overview
Dependencies
2
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0 to 0.3.0

2

package.json
{
"name": "ivona-node",
"version": "0.2.0",
"version": "0.3.0",
"description": "Ivona Cloud (via Amazon services) client library for Node",

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

@@ -29,3 +29,3 @@ # Node IVONA

ivona.listVoices()
.on('end', function(voices) {
.on('complete', function(voices) {
console.log(voices);

@@ -62,2 +62,2 @@ });

## Contributors
- @kuzzmi
- @kuzzmi
var util = require('util'),
http = require('http'),
https = require('https'),

@@ -124,2 +125,2 @@ Tls = require('tls');

module.exports = HttpsProxyAgent;
module.exports = HttpsProxyAgent;
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