Socket
Socket
Sign inDemoInstall

eztexting-node

Package Overview
Dependencies
162
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.16 to 0.0.17

2

build/lib/Messages.js

@@ -68,3 +68,3 @@ "use strict";

const callback = this.callbacks[handleIndex];
callback(this.messages[handleIndex], isError);
callback(this.contacts[handleIndex], this.messages[handleIndex], isError);
}

@@ -71,0 +71,0 @@ // Wait for more requests before closing

{
"name": "eztexting-node",
"version": "0.0.16",
"version": "0.0.17",
"description": "Send single, bulk, and individual bulk SMS and MMS with node-libcurl using the EZTexting REST API.",

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

@@ -113,3 +113,3 @@ // Dependencies

const callback = this.callbacks[handleIndex]
callback(this.messages[handleIndex], isError)
callback(this.contacts[handleIndex], this.messages[handleIndex], isError)
}

@@ -116,0 +116,0 @@

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