
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
이 모듈은 https://openapi.mnd.go.kr 의 급식 api를 더욱 편하게 사용할 수 있도록 하는 모듈입니다. api key와 부대 번호, 메뉴를 알고 싶은 날짜만 입력하면 급식 메뉴를 간편하게 구할 수 있습니다.
이 모듈은 https://openapi.mnd.go.kr 의 급식 api를 더욱 편하게 사용할 수 있도록 하는 모듈입니다. api key와 부대 번호, 메뉴를 알고 싶은 날짜만 입력하면 급식 메뉴를 간편하게 구할 수 있습니다.
부대 번호는 https://opendata.mnd.go.kr/openinf/dataset/datasetlist2.jsp 에서 찾을 수 있습니다.
import { ArmyMeal } from 'army-meal';
// commonjs
const { ArmyMeal } = require('army-meal')
async function request() {
const meal = new ArmyMeal(
[API KEY]
)
console.dir(await meal.getMenusOfDay(9030, 2022, 9, 12))
console.dir(await meal.getMenusOfMonth(9030, 2022, 9))
}
request()
numberOfLSG번 부대의 year년 month월 day일 메뉴를 반환합니다.
numberOfLSG - 급양대의 부대 번호 ex) 육군훈련소: 9547
year - 연도
month - 월
day - 일
axios: API 서버로 급식 메뉴를 요청하기 위해 사용하는 http client입니다.
FAQs
이 모듈은 https://openapi.mnd.go.kr 의 급식 api를 더욱 편하게 사용할 수 있도록 하는 모듈입니다. api key와 부대 번호, 메뉴를 알고 싶은 날짜만 입력하면 급식 메뉴를 간편하게 구할 수 있습니다.
The npm package army-meal receives a total of 7 weekly downloads. As such, army-meal popularity was classified as not popular.
We found that army-meal 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
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.