Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@telegram-apps/analytics
Advanced tools
Telegram analytics is a unique SDK and API that turns your mini-application into a source of valuable data. Telegram analytics doesn't just track user activity in your app, it turns it into clear and useful analytics. With this tool, you get instant acces
Telegram analytics is a unique SDK and API that turns your mini-application into a source of valuable data. Telegram analytics doesn't just track user activity in your app, it turns it into clear and useful analytics. With this tool, you get instant access to key metrics that help you understand how users interact with your application and what steps need to be taken to optimize it.
<script async src="https://tganalytics.xyz/index.js" type="text/javascript"></script>
<script async src="https://unpkg.com/@telegram-apps/analytics@latest/dist/index.js" type="text/javascript"></script>
window.telegramAnalytics.init({
token: 'YOUR_TOKEN',
appName: 'APP_NAME',
});
npm install @telegram-apps/analytics
To ensure that all events are collected, initialize the SDK before your application starts rendering
import telegramAnalytics from '@telegram-apps/analytics'
telegramAnalytics.init({
token: 'YOUR_TOKEN',
appName: 'APP_NAME',
});
FAQs
## Overview
The npm package @telegram-apps/analytics receives a total of 799 weekly downloads. As such, @telegram-apps/analytics popularity was classified as not popular.
We found that @telegram-apps/analytics demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.