
Research
/Security News
Mini Shai-Hulud Campaign Hits Red Hat Cloud Services npm Packages
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.
@gotamedia/tracking
Advanced tools
BN Tracking Proxy package
Tracking package is a layer around GTM (Google Tag Manager) and requires some configurations in GTM in order to work as expected
You need to create a new template in your GTM along with a Tag with a Trigger
@gotamedia/tracking/src/GTM_Template.tpl into your GTMnpm i @gotamedia/tracking
import { GTM, push } from '@gotamedia/tracking'
GTM.initiate()
push({
...
})
NOTE: it is very important to call GTM.initiate() and call it ASAP to setup GTM utils wait for CMP to be ready before pushing any Tags.
Tracking uses Rollup to build and bundle
npm run build
To inspect the package before publishing to npm
npm run package:details
To publish to npm
npm run package:publish
In order to develop with Tracking with your project locally, make sure to have yalc installed globally on your machine by running:
npm install -g yalc
To use Tracking in your project locally make sure to build Tracking by running:
npm run build:local
This will make sure to build and publish Tracking into a local registery on your machine so you can install it as a package in your projects
In your project run the following command:
yalc add @gotamedia/tracking
npm install
After you are done with running Tracking locally in your project, make sure to clean up and remove the link from your project's dependencies
yalc remove @gotamedia/tracking
This will make sure to remove the link from your project's dependencies and revert to the old value if there was any
That's it 🎉 You just trigered a release action and Github will take care of the rest 🙃
This will run build workflow in Github Actions and once it's successfully done it will trigger a publish workflow to publish the package to NPM registery.
This project uses a trunk based development workflow.
This project works with conventional commits.
FAQs
BN Tracking Proxy package
We found that @gotamedia/tracking demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.

Research
/Security News
The North Korean malware loader hides in a Packagist-listed package and its GitHub branch to fetch and execute remote code in a likely Contagious Interview-style lure.

Security News
The Rust project is moving toward formal rules on LLM use in contributions after months of internal debate over maintainer burden, code quality, and contributor experience.