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

tgairbot

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

tgairbot - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

README.md

2

airbot.ts

@@ -8,3 +8,3 @@ //system

//interfaces
import { IAirbot } from "airbot/interfacess/IAirbot"
import { IAirbot } from "tgairbot/interfacess/IAirbot"

@@ -11,0 +11,0 @@ export class Airbot extends TelegramBot{

"use strict";
// import 'reflect-meatadata'
Object.defineProperty(exports, "__esModule", { value: true });

@@ -3,0 +4,0 @@ exports.Message = void 0;

@@ -1,2 +0,2 @@

import 'reflect-meatadata'
// import 'reflect-meatadata'

@@ -3,0 +3,0 @@ export const Message = () => {

@@ -1,2 +0,2 @@

import { IModule } from "airbot/interfacess/IModule"
import { IModule } from "tgairbot/interfacess/IModule"

@@ -3,0 +3,0 @@ export const Module = (param: IModule) => {

{
"name": "tgairbot",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"main": "airbot.js",
"main": "",
"scripts": {

@@ -7,0 +7,0 @@ "test": "echo \"Error: no test specified\" && exit 1"

@@ -1,2 +0,2 @@

import { IService } from "airbot/interfacess/IService"
import { IService } from "tgairbot/interfacess/IService"

@@ -3,0 +3,0 @@ export const Service = (param: IService) => {

@@ -17,3 +17,3 @@ {

// "outFile": "./", /* Concatenate and emit output to single file. */
// "outDir": "../../dist/airbot", /* Redirect output structure to the directory. */
// "outDir": "../../dist/tgairbot", /* Redirect output structure to the directory. */
// "rootDir": "./", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */

@@ -20,0 +20,0 @@ // "composite": true, /* Enable project compilation */

@@ -1,2 +0,2 @@

import { IView } from "airbot/interfacess/IView"
import { IView } from "tgairbot/interfacess/IView"

@@ -3,0 +3,0 @@ export const View = (param: IView) => {

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