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

rpscript-api-botmaster-telegram

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rpscript-api-botmaster-telegram - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

1

build/index.d.ts

@@ -5,2 +5,3 @@ import { RpsContext } from 'rpscript-interface';

token?: string;
webhookEndpoint?: string;
}

@@ -7,0 +8,0 @@ export default class RPSModule {

7

build/index.js

@@ -12,3 +12,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
const TelegramBot = require('telegram-bot');
const TelegramBot = require('botmaster-telegram');
const rpscript_interface_1 = require("rpscript-interface");

@@ -22,3 +22,6 @@ let MOD_ID = "botmaster-telegram";

else {
mapContext['botmaster'] = new TelegramBot({ credentials: { authToken: mapContext.token } });
mapContext['botmaster'] = new TelegramBot({
credentials: { authToken: mapContext.token },
webhookEndpoint: mapContext.webhookEndpoint
});
ctx.addModuleContext(MOD_ID, mapContext);

@@ -25,0 +28,0 @@ }

{
"name": "rpscript-api-botmaster-telegram",
"version": "0.1.1",
"version": "0.1.2",
"description": "RPScript API for botmaster-telegram",

@@ -5,0 +5,0 @@ "keywords": [

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