
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.
📝 scorekeeping for ten pin bowling 🎳
npm install bowling
npm test
var bowl = require('bowling')
var aCompleteGame = ['81','9-','9/','71','9-','X','90','70','x','7-'],
result
result = bowl(aCompleteGame)
console.log(result)
/*
[
{outcome: '81', cumulative: 9, score: 9},
{outcome: '9-', cumulative: 18, score: 9},
{outcome: '9/', cumulative: 35, score: 17},
{outcome: '71', cumulative: 43, score: 8},
{outcome: '9-', cumulative: 52, score: 9},
{outcome: 'X', cumulative: 71, score: 19},
{outcome: '9-', cumulative: 80, score: 9},
{outcome: '7-', cumulative: 87, score: 7},
{outcome: 'X', cumulative: 104, score: 17},
{outcome: '7-', cumulative: 111, score: 7}
]
*/
example.js: a script that shows how a game could be scored progressively

also: a live-updating terminal scoreboard
0 or -x or Xf or FFAQs
ten-pin bowling scorekeeping module
The npm package bowling receives a total of 7 weekly downloads. As such, bowling popularity was classified as not popular.
We found that bowling 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.