
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
analytics-plugin-web3analytics
Advanced tools
This is a plugin for Analytics, a lightweight open-source frontend analytics abstraction layer. The plugin enables sending data to Web3 Analytics, a decentralized analytics platform for web3 apps.
npm install analytics
npm install analytics-plugin-web3analytics
import Analytics from 'analytics';
import web3Analytics from 'analytics-plugin-web3analytics';
/* Initialize analytics & load plugins */
const analytics = Analytics({
app: 'awesome-app',
plugins: [
web3Analytics({
appId: YOUR_WEB3ANALYTICS_APP_ID,
jsonRpcUrl: 'https://eth-goerli.g.alchemy.com/v2/your_key_here'
})
]
})
Apache-2.0 OR MIT
FAQs
Web3 Analytics plugin for the Analytics project
The npm package analytics-plugin-web3analytics receives a total of 37 weekly downloads. As such, analytics-plugin-web3analytics popularity was classified as not popular.
We found that analytics-plugin-web3analytics demonstrated a not healthy version release cadence and project activity because the last version was released 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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.