Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@qualified/embed
Advanced tools
With Embed, you can now build advanced, developer-friendly coding products for education, recruiting, upskilling, and more. Our SDK makes it simple to embed code challenges and assessments into your existing products.
With Qualified Embed, you can now build advanced, developer-friendly coding products for education, recruiting, upskilling, and more. Our SDK makes it simple to embed code challenges and assessments into your existing products.
Install the dependency into your Node web project:
npm i @qualified/embed-sdk
Import the package and create an instance of the Embed manager:
import { QualifiedEmbedManager } from "@qualified/embed-sdk";
const manager = QualifiedEmbedManager.init({
options: {
embedClientKey: "Your Embed key",
},
});
const editor = manager.createEditor({
challengeId: "An embedded challenge ID",
node: document.querySelector("#qualified-embed-container"),
});
Optionally integrate this into your front end framework of choice (React, Vue, Angular, etc), then bundle the code using your favorite web bundler (Vite, Webpack, Parcel, etc).
See our Embed with React demo for a complete example.
You can use Qualified Embed in a script tag as follows:
<script src=":replace with unpkg or jsdelivr url:"></script>
See our quick start and demo page for examples.
git config blame.ignoreRevsFile .git-blame-ignore-revs
npm i # install dependencies
npm start # run a development server
npm run build # bundle the manager to /dist
npm run jsdoc # bundle the docs to /docs
npm run lint # run eslint
npm run format # run prettier
If you're working on Embed internals in the Qualified codebase, update baseURL
in the Embed options in public/index.html to http://localhost:3001
(or the port the Qualified UI Docker container is running on). You'll also need to ensure your embedClientKey
and challengeId
match a valid team and local Embed-enabled challenge.
The package is hosted on npm.
npm publish
The docs are hosted on GitHub pages.
git checkout docs
npm run jsdoc
git add -f docs
git commit -m "Deploy docs"
git push
Issues and pull requests are welcome. Before opening a PR, please create an issue and target the issue for closure with the PR.
Before opening a PR, add automated tests if appropriate and run and pass all checks:
npm run format
npm run lint
npm run test
FAQs
With Embed, you can now build advanced, developer-friendly coding products for education, recruiting, upskilling, and more. Our SDK makes it simple to embed code challenges and assessments into your existing products.
We found that @qualified/embed demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.