Comparing version 6.0.1 to 6.0.2
{ | ||
"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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
0
1
66540
26
1526
1
Updated@airgrams/constants@^5.0.2
Updated@airgrams/core@^6.0.2