
Product
Microsoft Teams Notifications Are Now Available in Socket
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.
@buzzr/dfs-cli
Advanced tools
Command-line wrapper around @buzzr/dfs-engine — grade a DFS entry from JSON fixtures without writing code.
Command-line wrapper around @buzzr/dfs-engine.
Grade a DFS entry from JSON fixtures without writing any TypeScript.
npm install -g @buzzr/dfs-cli
dfs-grade ./entry.json --gamelogs ./gamelogs.json
entry.json is a DfsEntryInput. gamelogs.json is a map of legId to an
array of PlayerGameLogEntryShape rows. The settlement result is printed to
stdout as pretty JSON; non-zero exit code on any error.
import { runGrade } from '@buzzr/dfs-cli';
const result = await runGrade({
entry,
gameLogsByLegId: { 'leg-1': [gameLogRow] },
});
MIT
FAQs
Command-line wrapper around @buzzr/dfs-engine — grade a DFS entry from JSON fixtures without writing code.
The npm package @buzzr/dfs-cli receives a total of 9 weekly downloads. As such, @buzzr/dfs-cli popularity was classified as not popular.
We found that @buzzr/dfs-cli 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.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.

Security News
Socket CTO Ahmad Nassri joins AppSec leaders at Black Hat to discuss active malware, package manager risks, and software supply chain defense.