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

airgrams

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

airgrams - npm Package Compare versions

Comparing version 6.0.1 to 6.0.2

Airgram.d.ts

41

package.json
{
"name": "airgrams",
"version": "6.0.1",
"version": "6.0.2",
"private": false,
"main": "src/index.ts",
"types": "src/index.ts",
"keywords": [
"telegram",
"tdlib",
"telegram bot",
"telegram client",
"telegram javascript",
"telegram typescript"
],
"scripts": {
"build": "gulp build",
"dev": "nodemon --config nodemon.json",
"check": "tsc --noEmit",
"lint": "eslint --fix ./src/**/*.ts",
"prebuild": "npm run test",
"prepublishOnly": "gulp build",
"test": "jest"
},
"pre-commit": "yarn run lint",
"main": "index.js",
"types": "index.d.ts",
"keywords": ["telegram", "tdlib", "telegram bot", "telegram client", "telegram javascript", "telegram typescript"],
"dependencies": {
"@airgrams/constants": "^5.0.1",
"@airgrams/core": "^6.0.1",
"@airgrams/constants": "^5.0.2",
"@airgrams/core": "^6.0.2",
"@types/ffi-napi": "^4.0.5",
"ffi-napi": "^4.0.3"
},
"devDependencies": {
"fast-glob": "^3.0.4",
"nodemon": "^1.19.1"
},
"engines": {
"node": ">=12"
},
"gitHead": "4b668e2c69721042a6e5c6428a04c731bc9cc519"
}
"gitHead": "1093094122d896918b5e17e902199c9ad15f4a3b",
"sideEffects": false,
"author": "Alexander Krisko",
"homepage": "https://airgram.io",
"repository": "https://github.com/hht/airgram.git"
}
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