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.
@codraft/core
Advanced tools
@codraft/canvas
로 작성한 코드를 실행하세요. 브라우저와 Node.js 모든 환경에서 작동합니다.
npm install @codraft/core
@codraft/core
을 실행하기 위해선 두 가지 정보가 필요합니다.
사용된 모든 명령어가 필요합니다.
@codraft/canvas
에서 save
함수로 얻어올 수 있습니다.
import { Runner } from '@codraft/core'
const runner = new Runner(eventCommands, conditionCommands, actionCommands, saveData)
runner.init() // 코드를 실행합니다.
import { Runner } from '@codraft/core'
<script src="https://cdn.jsdelivr.net/npm/@codraft/core@latest/dist/core/src/index.min.js"></script>
const { Runner } = Codraft
FAQs
Codraft parser
The npm package @codraft/core receives a total of 0 weekly downloads. As such, @codraft/core popularity was classified as not popular.
We found that @codraft/core 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.
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.