New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

appzone

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

appzone - npm Package Compare versions

Comparing version 0.2.7 to 0.2.8

4

lib/smsSender.js

@@ -101,3 +101,3 @@ /**

} else {
console.error("Appzone Sending message failed with statusCode: " + response.statusCode);
console.error("Appzone Sending message failed with error: " + response.statusCode);
if(callback) callback(null);

@@ -129,3 +129,3 @@ }

if(message) {
return message.toString().trim().substring(0, 160);
return message.toString().substring(0, 160);
} else {

@@ -132,0 +132,0 @@ return "";

{
"name": "appzone",
"version": "0.2.7",
"version": "0.2.8",
"directories": {

@@ -5,0 +5,0 @@ "lib": "./lib"

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