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

whatsapp-api-js

Package Overview
Dependencies
Maintainers
1
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

whatsapp-api-js - npm Package Compare versions

Comparing version 0.6.1-beta.0 to 0.6.1-beta.1

2

package.json
{
"name": "whatsapp-api-js",
"version": "0.6.1-beta.0",
"version": "0.6.1-beta.1",
"author": "Secreto31126",

@@ -5,0 +5,0 @@ "description": "A Whatsapp Official API helper for Node.js",

@@ -195,3 +195,3 @@ const Text = require("./text");

if (title.length > 24) throw new Error("Row title must be 24 characters or less");
if (description.length > 72) throw new Error("Row description must be 72 characters or less");
if (description?.length > 72) throw new Error("Row description must be 72 characters or less");

@@ -198,0 +198,0 @@ this.id = id;

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