
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.
@nexrender/action-mogrt
Advanced tools
This plugin adds .mogrt support to Nexrender.
npm install @nexrender/action-mogrt
template.src valueparams{
"template": {
"src": "http://www.foo.com/template.mogrt",
"composition": "will_be_ignored"
},
"assets": [
{
"type": "image",
"src": "http://www.foo.com/image.png",
"layerName": "$ref-layer-1"
},
{
"type": "image",
"src": "http://www.foo.com/image2.png",
"layerName": "$ref-layer-2"
}
],
"actions": {
"predownload": [
{
"module": "@nexrender/action-mogrt",
"params": {
"Title": "This should be the title",
"Dropdown": 2,
"Group Name": {
"Some Name": "Some Value",
"Another Name": 123
},
"My First Image": "$ref-image-1",
"My Second Image": "$ref-image-2"
"Scale": [50, 50],
"Checkbox": true,
"Point Control:": [30, 50],
"Angle": 720,
"Colour": [0.7, 0.2, 0],
"Slider": 50,
"Scale": [50, 50]
}
}
],
template.src without a .mogrt extension will be ignoredtemplate.composition will be ignored, as .mogrt files specify what composition to use on their own, but Nexrender requires one to be specifiedPlease refer to the LICENSE file for more information. Unlike the main nexrender project, this plugin is licensed under the AGPL-3.0 license.
FAQs
MOGRT support for Nexrender
We found that @nexrender/action-mogrt 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.