
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
Simplified meal data fetcher using Republic of Korea Army Open Data API (Ministry of Defense)
박병장님 오늘 아침밥은 돈김볶에 계란국이지말입니다.
사실 대회 나가려다가 이게 없나...? 싶어서 만들었어요. 배치 작업에 최적화된 군-밥 라이브러리!
PREREQUISITE: https://opendata.mnd.go.kr/ 에서 API키를 먼저 받아주세요
yarn add rokameal
import { MealFetcher } from 'rokameal'
const main = async () => {
const mealFetcher = new MealFetcher(YOUR_API_KEY_HERE)
const mealData = await mealFetcher.getMeal('ATC', new Date()) // 육훈소
console.log(`박병장님 오늘 아침메뉴는 ${mealData.breakfast.join(', ')}입니다`)
}
main()
MapBASE_CODESFAQs
Simplified meal data fetcher using Republic of Korea Army Open Data API (Ministry of Defense)
We found that rokameal 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.