
Research
/Security News
737 Chrome VPN Extensions Linked to Brand Impersonation and Browser Traffic Redirection
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.
@buzzr/entertainment-engine
Advanced tools
Transparent sports entertainment scoring and hybrid ML prediction engine for Buzzr.
Transparent sports entertainment scoring and hybrid ML prediction utilities for Buzzr.
The package is intentionally pure: it does not import React Native, Expo, Supabase, AsyncStorage, or app services. Apps and jobs provide data through plain objects, then persist results however they choose.
import {
resolveBuzzScores,
enrichGameRowWithBuzzScores,
predictGameWithDiagnostics,
} from '@buzzr/entertainment-engine';
const resolved = resolveBuzzScores({
league: 'NBA',
status: 'scheduled',
startsAt: '2026-06-12T01:00:00Z',
homeTeam: 'Boston Celtics',
awayTeam: 'Los Angeles Lakers',
}, { upcomingLike: true });
const prediction = predictGameWithDiagnostics({
league: 'NBA',
status: 'scheduled',
startsAt: '2026-06-12T01:00:00Z',
homeTeam: 'Boston Celtics',
awayTeam: 'Los Angeles Lakers',
}, {
odds: { spread: -1.5, overUnder: 226.5 },
teamPower: { home: 9.2, away: 8.7 },
});
resolveBuzzScores is deterministic and explainable.predictGameWithDiagnostics layers trained weights over transparent
features and returns factor impacts, input coverage, confidence, and model
version metadata.FAQs
Transparent sports entertainment scoring, hybrid ML prediction, and personalized game recommendations for Buzzr.
The npm package @buzzr/entertainment-engine receives a total of 34 weekly downloads. As such, @buzzr/entertainment-engine popularity was classified as not popular.
We found that @buzzr/entertainment-engine demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 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
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.