
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
24game-solver
Advanced tools
Solve 24 game with less duplicated results.
Node
const solve24game = require('24game-solver');
const result = solve24game([a, b, c, d], goal);
Brwoser
<script type='text/javascript' src='dist/24game-solver.js'></script>
<script type='text/javascript'>
var result = solve24game([a, b, c, d], goal);
</script>
solve24game(nums,goal)
nums - An array of numbers between 1 and 13, array length must between 3 and 6.goal - A number between 0 and 99.Run npm test to run the test cases.
FAQs
Solve 24 Game with less duplicated results.
The npm package 24game-solver receives a total of 63 weekly downloads. As such, 24game-solver popularity was classified as not popular.
We found that 24game-solver 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.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.