
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
vuepress-plugin-minimal-analytics
Advanced tools
Minimal Google Analytics plugin for VuePress 1.x
Because sometimes all you need is just the page views without all the bloated libraries.
This plugin is based on the official VuePress plugin @vuepress/plugin-google-analytics - npm.
The difference betweeen this plugin and the official one is that it uses a light version of the tracking code as introduced by 🌱 minimalanalytics.com - source code in this gist.
$ npm install -D vuepress-plugin-minimal-analytics
# or
$ yarn add -D vuepress-plugin-minimal-analytics
Add vuepress-plugin-minimal-analytics in your site or theme config file.
// .vuepress/config.js
// or
// .vuepress/theme/index.js
// replace 'XX-XXXXXXXXX-X' with your tracking id
module.exports = {
plugins: [
['minimal-analytics', {ga: 'XX-XXXXXXXXX-X'}]
]
}
See Plugin Option API official docs
stringundefinedProvide the Google Analytics ID to enable integration.
MIT © webmasterish
FAQs
Minimal Google Analytics plugin for VuePress
We found that vuepress-plugin-minimal-analytics 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.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.