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.
@analytics/crazy-egg
Advanced tools
analytics
Integration with crazy egg for analytics
For more information see the docs.
npm install analytics
npm install @analytics/crazy-egg
Include analytics
and @analytics/crazy-egg
in the source code of your project.
Initialize analytics with the crazy-egg plugin and the crazy-egg heat mapping script will be automatically loaded into the page.
import Analytics from 'analytics'
import crazyEggPlugin from '@analytics/crazy-egg'
const analytics = Analytics({
app: 'awesome-app',
plugins: [
crazyEggPlugin({
accountNumber: '12345678'
}),
]
})
// Crazy egg now loaded!
See the full list of analytics provider plugins in the main repo.
FAQs
Crazy Egg integration for 'analytics' module
The npm package @analytics/crazy-egg receives a total of 248 weekly downloads. As such, @analytics/crazy-egg popularity was classified as not popular.
We found that @analytics/crazy-egg demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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.