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.3 to 0.2.4

1

dist/index.d.ts

@@ -213,2 +213,3 @@ import * as adamant_api from 'adamant-api';

constructor(passphrase: string, options: ApiOptions);
get address(): `U${string}`;
/**

@@ -215,0 +216,0 @@ * Starts the webhook client and listens for new messages.

@@ -337,2 +337,5 @@ // src/error.ts

}
get address() {
return this.api.address;
}
/**

@@ -339,0 +342,0 @@ * Starts the webhook client and listens for new messages.

5

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

@@ -15,3 +15,4 @@ "main": "dist/index.js",

"pretest": "npm run compile",
"posttest": "npm run lint"
"posttest": "npm run lint",
"prepublish": "npm run compile"
},

@@ -18,0 +19,0 @@ "keywords": [

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