
Security News
Software Engineering Daily Podcast: Feross on AI, Open Source, and Supply Chain Risk
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.
perseus-configured
Advanced tools
Perseus, with fewer global deps
A version of https://github.com/Khan/perseus that has all the global js dependencies in place.
This does not include the css dependencies, however you can look at QuestionRenderer.js for an example of how to load those too, if you are using webpack or another system that supports importing css files.
Usage:
npm install --save perseus-configured
import Perseus from 'perseus-configured';
or
const Perseus = require('perseus-configured');
This repo is also an example application for using Perseus. See App.js and QuestionRenderer.js for an example of how to use perseus-configured.
To start it, run:
npm install
npm run start
Or, if you'd like to supply Perseus's dependencies yourself, feel free to use perseus-globals.js, i18n.js, and kas.js for your own project.
FAQs
perseus, with fewer global deps
We found that perseus-configured 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.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.

Security News
GitHub has revoked npm classic tokens for publishing; maintainers must migrate, but OpenJS warns OIDC trusted publishing still has risky gaps for critical projects.

Security News
Rust’s crates.io team is advancing an RFC to add a Security tab that surfaces RustSec vulnerability and unsoundness advisories directly on crate pages.