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

@brighthustle/adonisjs-whatsapp

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@brighthustle/adonisjs-whatsapp - npm Package Compare versions

Comparing version 1.0.5-7 to 1.0.5-8

build/src/base_whatsapp.d.ts

4

build/configure.js
/*
* @adonisjs/transmit
* @brighthustle/adonisjs-whatsapp
*
* (c) AdonisJS
* (c) Brighthustle
*

@@ -6,0 +6,0 @@ * For the full copyright and license information, please view the LICENSE

@@ -6,1 +6,2 @@ import './src/types/extended.js';

export { default as whatsapp } from './src/whatsapp.js';
export { BaseWhatsapp } from './src/base_whatsapp.js';

@@ -0,1 +1,9 @@

/*
* @brighthustle/adonisjs-whatsapp
*
* (c) Brighthustle
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
import './src/types/extended.js';

@@ -6,1 +14,2 @@ export { configure } from './configure.js';

export { default as whatsapp } from './src/whatsapp.js';
export { BaseWhatsapp } from './src/base_whatsapp.js';

@@ -8,2 +8,6 @@ import { ApplicationService } from '@adonisjs/core/types';

boot(): Promise<void>;
/**
* Close all drivers when shutting down the app
*/
shutdown(): Promise<void>;
}

@@ -0,1 +1,9 @@

/*
* @brighthustle/adonisjs-whatsapp
*
* (c) Brighthustle
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
import Helpers from '../src/helpers.js';

@@ -94,2 +102,6 @@ export default class WhatsAppProvider {

}
/**
* Close all drivers when shutting down the app
*/
async shutdown() { }
}
/*
* @adonisjs/whatsapp
* @brighthustle/adonisjs-whatsapp
*
* (c) AdonisJS
* (c) Brighthustle
*

@@ -12,3 +12,3 @@ * For the full copyright and license information, please view the LICENSE

/**
* Returns a singleton instance of the Redis manager from the
* Returns a singleton instance of the Whatsapp manager from the
* container

@@ -15,0 +15,0 @@ */

@@ -0,1 +1,9 @@

/*
* @brighthustle/adonisjs-whatsapp
*
* (c) Brighthustle
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
import { RuntimeException } from '@poppinss/utils';

@@ -2,0 +10,0 @@ export function defineConfig(config) {

@@ -0,1 +1,9 @@

/*
* @brighthustle/adonisjs-whatsapp
*
* (c) Brighthustle
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
export default class Helpers {

@@ -2,0 +10,0 @@ static isUrl(string) {

/*
* @adonisjs/whatsapp
* @brighthustle/adonisjs-whatsapp
*
* (c) AdonisJS
* (c) Brighthustle
*

@@ -6,0 +6,0 @@ * For the full copyright and license information, please view the LICENSE

@@ -0,1 +1,9 @@

/*
* @brighthustle/adonisjs-whatsapp
*
* (c) Brighthustle
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
export var TemplateFields;

@@ -2,0 +10,0 @@ (function (TemplateFields) {

@@ -0,1 +1,9 @@

/*
* @brighthustle/adonisjs-whatsapp
*
* (c) Brighthustle
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
import axios from 'axios';

@@ -2,0 +10,0 @@ export default class WhatsAppClient {

@@ -0,1 +1,9 @@

/*
* @brighthustle/adonisjs-whatsapp
*
* (c) Brighthustle
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
import axios from 'axios';

@@ -2,0 +10,0 @@ import WhatsAppClient from './whats_app_client.js';

{
"name": "@brighthustle/adonisjs-whatsapp",
"description": "Connect your WhatsApp Cloud API with AdonisJS",
"version": "1.0.5-7",
"version": "1.0.5-8",
"main": "build/index.js",

@@ -6,0 +6,0 @@ "type": "module",

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