Socket
Socket
Sign inDemoInstall

telegram-bot-bootstrap

Package Overview
Dependencies
120
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.11 to 0.0.12

2

API.js

@@ -6,3 +6,3 @@ // dependencies

// imports
var req = require(__dirname + '/scraper.js').req;
var req = require('reqscraper').req;

@@ -9,0 +9,0 @@ // The API object prototype

{
"name": "telegram-bot-bootstrap",
"version": "0.0.11",
"version": "0.0.12",
"description": "A bootstrap for Telegram bot with directly deployable sample bot and JS-wrapped API methods.",

@@ -5,0 +5,0 @@ "main": "API.js",

// dependencies
var _ = require('lomath')
var req = require(__dirname + '/scraper.js').req;
var scraper = require('reqscraper');
var req = scraper.req;

@@ -5,0 +6,0 @@ // Test bot

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc