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

adamant-botfactory

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adamant-botfactory - npm Package Compare versions

Comparing version 0.2.6 to 0.2.7

4

dist/index.d.ts

@@ -219,2 +219,6 @@ import * as adamant_api from 'adamant-api';

/**
* Node url that bot is connected to.
*/
get node(): string;
/**
* Starts the webhook client and listens for new messages.

@@ -221,0 +225,0 @@ */

@@ -351,2 +351,8 @@ // src/error.ts

/**
* Node url that bot is connected to.
*/
get node() {
return this.api.api.node;
}
/**
* Starts the webhook client and listens for new messages.

@@ -353,0 +359,0 @@ */

2

package.json
{
"name": "adamant-botfactory",
"version": "0.2.6",
"version": "0.2.7",
"description": "ADAMANT Bot Framework",

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

Sorry, the diff of this file is not supported yet

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