Socket
Socket
Sign inDemoInstall

@basisapi/whatsapp-api-client

Package Overview
Dependencies
5
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.29 to 0.3.30

2

lib/bundle.js

@@ -135,3 +135,3 @@ 'use strict';

* @param {array} templateButtons - buttons, for example [
{"index": 1, "urlButton": {"displayText": "⭐ Star us on GitHub!", "url": "https://github.com/green-api/docs"}},
{"index": 1, "urlButton": {"displayText": "⭐ Star us on GitHub!", "url": "https://github.com/Yard-Team/docs"}},
{"index": 2, "callButton": {"displayText": "Call us", "phoneNumber": "+1 (234) 5678-901"}},

@@ -138,0 +138,0 @@ {"index": 3, "quickReplyButton": {"displayText": "Plain button", "id": "plainButtonId"}}

{
"name": "@basisapi/whatsapp-api-client",
"version": "0.3.29",
"version": "0.3.30",
"description": "Library to integrate with WhatsApp API. For details have look at https://basis-api.com",
"license": "MIT",
"main": "lib/bundle.js",
"bugs": "https://github.com/green-api/whatsapp-api-client/issues",
"homepage": "https://github.com/green-api/whatsapp-api-client",
"bugs": "https://github.com/Yard-Team/whatsapp-api-client-js/issues",
"homepage": "https://github.com/Yard-Team/whatsapp-api-client-js",
"scripts": {

@@ -20,3 +20,3 @@ "buildBrowser": "rollup --config rollup.config.browser.js --environment BUILD:production",

"type": "git",
"url": "git+https://github.com/green-api/whatsapp-api-client.git"
"url": "git+https://github.com/Yard-Team/whatsapp-api-client-js.git"
},

@@ -23,0 +23,0 @@ "author": "Green API team",

# whatsapp-api-client library for javascript
[![build](https://github.com/green-api/whatsapp-api-client/workflows/build_library/badge.svg)](https://github.com/green-api/whatsapp-api-client/actions/workflows/build_library.yml)
[![License](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/green-api/whatsapp-api-client/blob/master/LICENSE)
[![GitHub release](https://img.shields.io/github/v/release/green-api/whatsapp-api-client.svg)](https://github.com/green-api/whatsapp-api-client/releases)
[![npm version](https://badge.fury.io/js/%40green-api%2Fwhatsapp-api-client.svg)](https://www.npmjs.com/package/@basisapi/whatsapp-api-client)
[![build](https://github.com/Yard-Team/whatsapp-api-client-js/workflows/build_library/badge.svg)](https://github.com/Yard-Team/whatsapp-api-client-js/actions/workflows/build_library.yml)
[![License](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/Yard-Team/whatsapp-api-client-js/blob/master/LICENSE)
[![GitHub release](https://img.shields.io/github/v/release/Yard-Team/whatsapp-api-client-js.svg)](https://github.com/Yard-Team/whatsapp-api-client-js/releases)
[![npm version](https://badge.fury.io/js/%Yard-Team%2Fwhatsapp-api-client-js.svg)](https://www.npmjs.com/package/@basisapi/whatsapp-api-client)

@@ -15,3 +15,3 @@ - [English documentation](README.md)

The API corresponds with [REST API](https://cabinet.basis-api.com/docs/en/api/) from green-api since the library wraps own methods as https calls to the service. Therefore using these [docs](https://cabinet.basis-api.com/docs/en/) is highly encouraged.
The API corresponds with [REST API](https://cabinet.basis-api.com/docs/en/api/) from basis-api since the library wraps own methods as https calls to the service. Therefore using these [docs](https://cabinet.basis-api.com/docs/en/) is highly encouraged.

@@ -191,3 +191,3 @@ ## Installing

Webhooks are event-based callbacks invoked by green-api server as responses to client API calls. Webhooks support node js and express based apps only.
Webhooks are event-based callbacks invoked by basis-api server as responses to client API calls. Webhooks support node js and express based apps only.

@@ -264,3 +264,3 @@ ```js

```
npm publish
npm publish --access public
```

@@ -267,0 +267,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc