
Security News
Risky Biz Podcast: Making Reachability Analysis Work in Real-World Codebases
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
@code-dot-org/dance-party
Advanced tools
[](https://github.com/code-dot-org/dance-party/actions/workflows/build.yml) [
Tap on inspect
link under "Remote Target"
Node 14.17.1 or higher should be used. This can be achieved by running:
nvm use v14.17.1
It also appears that Python 2.7 should be used and must be available for installing node-gyp
. Techniques may vary, but this worked in one situation:
apt-get install python2.7
ln -s /usr/bin/python2.7 /usr/bin/python
To add a new character to Dance Party, follow the instructions here: https://github.com/code-dot-org/dance-spritesheets to create the spritesheet for the character.
yarn run test:visual
uses pixelmatch to test for consistency in screenshots between your local branch and an accepted
baseline. Accepted baselines are saved in test/visual/fixtures
.
To debug a test failure, run node ./test/visual/helpers/generateScreenshot.js <effectName> <pathToDirectory>
to output the local screenshot to the given directory. If a baseline does not exist for a given effect, the screenshot
from your local branch is saved as the baseline. Effects are drawn with no characters on the screen so effects appear
the same when drawn as backgrounds or foregrounds.
Add the name of the effect to the list of effects in backgrounds.js
. Run yarn run test:visual
.
After a new baseline is generated, manually inspect it to ensure it matches expectations.
Delete the accepted baseline. Run yarn run test:visual
. After a new baseline is generated, manually inspect
it to ensure it matches expectations.
First, ensure you have the main
branch checked out locally, and that it's up to date.
To publish a new version, the following command should work:
yarn version 1.0.4
With 1.0.4
replaced by the new version number that should be published.
Note: make sure you are logged into npm
first. If not, the command may fail with a misleading E404
error. You can see if you're logged in with yarn npm whoami
, and if not logged in, can can use yarn npm login
.
FAQs
[](https://github.com/code-dot-org/dance-party/actions/workflows/build.yml) [![codecov](https://codecov.io/gh/code-dot-org/dance-party/branch/mai
The npm package @code-dot-org/dance-party receives a total of 621 weekly downloads. As such, @code-dot-org/dance-party popularity was classified as not popular.
We found that @code-dot-org/dance-party demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 12 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
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.