Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
@aller/blink-labrador
Advanced tools
A package that uses blink for analytics on Labrador pages
npm install @aller/blink-labrador
import BlinkLabrador from './blink-labrador';
function initTracking() {
const tracker = new BlinkLabrador();
tracker.trackPageload();
tracker.trackAdInscreen0('.adunit');
tracker.trackAdInscreen('.adunit');
tracker.trackActiveTime();
tracker.trackLinkClicks();
tracker.trackArticleImpressions('article.preview,.article-list>li');
tracker.trackAdDFP();
// Expose blink functions to other modules
window.trackAdLoad = tracker.trackAdLoad;
window.trackVideo = tracker.trackVideo;
window.trackCustom = tracker.trackCustom;
}
initTracking();
Make sure that the latest changes is merged into master via a pull request
If it is a bugfix run npm version patch
, if it is a new feature run npm version minor
, and if where is a breaking change run npm version major
. We use semantic versionion, and 1.0.0 is no holy grail for "finished" software, and we should not be afraid of releasing major versions.
Publish it by running npm publish
. This will transpile all files and publish them to npm.
Push the release to GitHub by running git push
and git push --tags
from master.
It is greatly appreciated if you write a summary of the release on GitHub releases. You do that by opening the releases overview page on GitHub, clicking your newly pushed release, and then clicking the "Edit tag" button.
FAQs
Library for using blink on Labrador
The npm package @aller/blink-labrador receives a total of 711 weekly downloads. As such, @aller/blink-labrador popularity was classified as not popular.
We found that @aller/blink-labrador 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.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.