
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.
node-red-contrib-opendart
Advanced tools
Node-RED node for opendart
To install the stable version use the Menu - Manage palette - Install
option and search for node-red-contrib-opendart, or run the following
command in your Node-RED user directory, typically ~/.node-red
npm install node-red-contrib-opendart
msg = {};
msg.api = 'disclosure'
msg.action = 'company'
msg.options = {
'corp_code' : '00126380'
}
return msg;
[{"id":"ce91a720.0faeb8","type":"opendart","z":"abcf76be.64d1e8","name":"","api":"disclosure","action":"company","options":"","creds":"5bfafd58.28bef4","x":490,"y":140,"wires":[["3c4e8220.6ca2fe"]]},{"id":"fd0b4430.1702c8","type":"function","z":"abcf76be.64d1e8","name":"","func":"msg = {};\n// msg.api = 'disclosure'\n// msg.action = 'company'\nmsg.options = {\n 'corp_code' : '00126380'\n}\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","x":300,"y":140,"wires":[["ce91a720.0faeb8"]]},{"id":"3c4e8220.6ca2fe","type":"debug","z":"abcf76be.64d1e8","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":680,"y":140,"wires":[]},{"id":"8726993.672bb68","type":"inject","z":"abcf76be.64d1e8","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":130,"y":140,"wires":[["fd0b4430.1702c8"]]},{"id":"5bfafd58.28bef4","type":"opendartApiKey","name":""}]
FAQs
Node-RED node for opendart
We found that node-red-contrib-opendart 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.