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

senter-sms-helper

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

senter-sms-helper - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

index.js

@@ -18,3 +18,3 @@ const asciiRegex = /^[\x20-\x7F,\n]+$/;

getSmsMessageContentLength(content) {
return this.maxMessages * this.getSingleMessageLength() - this.optoutMessage.length;
return this.maxMessages * this.getSingleMessageLength(content) - this.optoutMessage.length;
}

@@ -21,0 +21,0 @@

{
"name": "senter-sms-helper",
"version": "1.0.2",
"version": "1.0.3",
"description": "Simple package to help with sms message content",

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

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