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.
@igeek/core
Advanced tools
Core is a lightweight and robust package designed to help developers streamline origin verification and integration processes in their applications. With minimal configuration, Core ensures smooth initialization and efficient origin tracking.
npm install @igeek/core
(async () => {
const core = new Core();
const isVerified = await core.init();
if (isVerified) {
console.log("Initialization successful!");
} else {
console.log("Initialization failed.");
}
})();
Parameter | Type | Description | Default |
---|---|---|---|
callKey | string | The API endpoint used for origin verification. | https://<your_base_url>.com |
origin | string | The identifier for the origin being verified. | "default" |
Core.init(): Promise<boolean>
callKey
.true
if verification is successful; false
otherwise.Core is designed for developers who prioritize flexibility and reliability. Whether you're building a microservice, integrating third-party tools, or managing multi-origin applications, Core simplifies origin management.
MIT
This package is intended for origin validation and tracking purposes. Misuse of this tool for unintended purposes is discouraged.
FAQs
Core package to check compatibility
The npm package @igeek/core receives a total of 181 weekly downloads. As such, @igeek/core popularity was classified as not popular.
We found that @igeek/core 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.