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

wingbot-daktela

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wingbot-daktela - npm Package Compare versions

Comparing version 1.0.0-alpha.2 to 1.0.0-alpha.3

2

package.json
{
"name": "wingbot-daktela",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"description": "Daktela connector for wingbot.ai",

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

@@ -138,6 +138,13 @@ /*

);
} else if (!name && !time) {
} else if (!name && !time && this._options.welcomeAction) {
// the start event
req = Request.postBack(
senderId,
this._options.welcomeAction,
{},
null,
{},
timestamp
);
}

@@ -144,0 +151,0 @@

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