Socket
Socket
Sign inDemoInstall

easynexmo

Package Overview
Dependencies
0
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.6.4 to 0.6.5

2

lib/nexmo.js

@@ -72,3 +72,3 @@ /*

useHttps = protocol && protocol == 'https'; // default to http
debugOn = debugon.toString() === "false" ? false : true;
debugOn = !debugon ? false : (String(debugon) === "false" ? false : true);
initialized = true;

@@ -75,0 +75,0 @@ }

{
"name": "easynexmo",
"author": "Prabhu Velayutham",
"version": "0.6.4",
"version": "0.6.5",
"main": "lib/nexmo",

@@ -6,0 +6,0 @@ "keywords": [

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