Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gzappy-js

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gzappy-js - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

package.json
{
"name": "gzappy-js",
"version": "0.0.2",
"version": "0.0.3",
"description": "GZAPPY-JS é um pacote JavaScript que facilita a integração com a API de WhatsApp da GZAPPY.",

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

@@ -82,3 +82,3 @@ <div align="center">

client
gClient
.sendMedia(message, mediaUrl, phones)

@@ -94,3 +94,3 @@ .then((response) => console.log(response))

client
gClient
.sendGroupMessage(messages, groups)

@@ -104,5 +104,5 @@ .then((response) => console.log(response))

```js
const scheduleUtcDate = "2023-12-31T23:59:59Z";
const scheduleUtcDate = "YYYY-MM-DDTHH:mm:ss+00";
client
gClient
.scheduleMessage(messages, phones, scheduleUtcDate)

@@ -109,0 +109,0 @@ .then((response) => console.log(response))

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