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
Import the package and create an instance of the Embed manager:
import { QualifiedEmbedManager } from "@qualified/embed";
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 (Webpack, Vite, 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="https://cdn.jsdelivr.net/gh/andela-technology/qualified-embed@2.0.0/dist/embed.min.js"></script>
See our quick start guide and demo page for examples.
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.
The npm package @qualified/embed receives a total of 1 weekly downloads. As such, @qualified/embed popularity was classified as not popular.
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.