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

@azteam/telegram-api

Package Overview
Dependencies
Maintainers
1
Versions
159
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@azteam/telegram-api - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

102

package.json
{
"name": "@azteam/telegram-api",
"version": "1.0.0",
"description": "",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/toda93/telegram-api.git"
},
"engines": {
"node": ">= 10.0.0",
"npm": "^6.0.0"
},
"keywords": [
"toda",
"nodejs",
"telegram api",
"telegram scaper"
],
"author": "toda <sp.azsolution.net@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/toda93/telegram-api/issues"
},
"homepage": "https://github.com/toda93/telegram-api#readme",
"dependencies": {
"toda-http-client": "^1.0.7"
},
"devDependencies": {
"@babel/runtime": "^7.7.5",
"@babel/cli": "^7.7.5",
"@babel/core": "^7.7.5",
"@babel/plugin-transform-async-to-generator": "^7.7.4",
"@babel/preset-env": "^7.7.6"
},
"babel": {
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": "current"
}
}
]
]
},
"scripts": {
"pretest": "babel src --out-dir lib",
"test": "node lib/test.js",
"prepublish": "babel src --out-dir lib"
}
"name": "@azteam/telegram-api",
"version": "1.0.1",
"description": "",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/toda93/telegram-api.git"
},
"engines": {
"node": ">= 10.0.0",
"npm": "^6.0.0"
},
"keywords": [
"toda",
"nodejs",
"telegram api",
"telegram scaper"
],
"author": "toda <sp.azsolution.net@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/toda93/telegram-api/issues"
},
"homepage": "https://github.com/toda93/telegram-api#readme",
"dependencies": {
"@azteam/http-client": "^1.0.0"
},
"devDependencies": {
"@babel/cli": "^7.7.5",
"@babel/core": "^7.7.5",
"@babel/plugin-transform-async-to-generator": "^7.7.4",
"@babel/preset-env": "^7.7.6",
"@babel/runtime": "^7.7.5"
},
"babel": {
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": "current"
}
}
]
]
},
"scripts": {
"pretest": "babel src --out-dir lib",
"test": "node lib/test.js",
"prepublish": "babel src --out-dir lib"
}
}
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