
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.
inipay-js는 Javascript(Node.js) 환경에서 이니시스 결제모듈을 쉽게 사용할 수 있도록 개발한 이니시스 결제 모듈 패키지입니다. 이 라이브러리를 사용하여 발생하는 손실이나 문제는 책임지지 않습니다.
이니시스 문서 버전 v1.5.0
yarn add inipay-js
// or
npm install --save inipay-js
// examples/nuxt
yarn
yarn dev
// plugins/inipay.js
import Inipay from "inipay-js";
export default function(ctx, inject) {
inject(
"inipay",
new Inipay({
signKey: "",
mid: ""
})
);
}
// nuxt.config.js
{
plugins: ["~/plugins/inipay"];
}
FAQs
이니시스 결제 모듈 패키지
We found that inipay-js 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.