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.6 to 0.2.7

2

lib/smsSender.js

@@ -128,3 +128,3 @@ /**

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

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

{
"name": "appzone",
"version": "0.2.6",
"version": "0.2.7",
"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