Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
generator-mendix
Advanced tools
Yeoman generator for Mendix widgets.
This generator uses the Yeoman scaffolding tool to let you quickly create a Mendix widget based on the latest AppStoreWidgetBoilerPlate.
First, you need to have NodeJs installed. After that, you need to install Yeoman, Mendix Widget generator and Grunt:
npm install -g yo generator-mendix grunt-cli
yo mendix
It will clone the boilerplate, rename your widget according to the options. It also includes a Gruntfile.js
and package.json
for development purposes (see below)
The generator will include Grunt to automate your widget development. Make sure you have Grunt installed.
The following Grunt tasks are available:
grunt start-modeler
This will try to open the Modeler using the included test-project. (Older versions of the Gruntfile will use grunt start-mendix
)
grunt watch
(this is actually an alias for default, so you can run grunt
without adding this taskname)This watches for changes in your src
folder. When a file is changed, it copies the change to the deployment-folder (so you do not have to restart your project when changing files (with the exception of .xml
files)). It also automatically creates a .mpk
file in your /dist
and test/widgets
folder.
grunt version
This will let you set the version of your widget, the package.xml
, without editing it yourself.
grunt build
Cleans old .mpk
files and creates a new one in your /dist
and test/widgets
folder
Issues can be reported on Github.
FAQs
Mendix Widget generator
The npm package generator-mendix receives a total of 0 weekly downloads. As such, generator-mendix popularity was classified as not popular.
We found that generator-mendix 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.