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

@bot-whatsapp/bot

Package Overview
Dependencies
Maintainers
1
Versions
286
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bot-whatsapp/bot - npm Package Compare versions

Comparing version 0.1.3-alpha.13 to 0.1.3-alpha.14

11

dist/index.d.ts

@@ -21,11 +21,10 @@ import { CoreClass } from './core/coreClass';

}
export interface BotCreationArgs {
flow: FlowClass;
database: MemoryDBClass;
provider: ProviderClass;
}
/**
* Crear instancia de clase Bot
*/
declare const createBot: ({ flow, database, provider }: BotCreationArgs, args?: GeneralArgs) => Promise<CoreClass>;
declare const createBot: <P = ProviderClass, D = MemoryDBClass>({ flow, database, provider }: {
flow: FlowClass;
database: D;
provider: P;
}, args?: GeneralArgs) => Promise<CoreClass>;
/**

@@ -32,0 +31,0 @@ * Crear instancia de clase Io (Flow)

{
"name": "@bot-whatsapp/bot",
"version": "0.1.3-alpha.13",
"version": "0.1.3-alpha.14",
"description": "core typescript",

@@ -58,3 +58,3 @@ "author": "Leifer Mendez <leifer33@gmail.com>",

},
"gitHead": "a00adb6bfd09cde5245e5ad22b062eb3e47de6fc"
"gitHead": "818387bd002552975ded683a186b64b85666e929"
}

Sorry, the diff of this file is not supported yet

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