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.
grunt-peon-build
Advanced tools
The build task acts like an alias task in that it will run multiple tasks as part of the build process, but also accepts targets. However, the big difference is that these tasks are defined by the config, allowing multiple targets to be setup. The main purpose of the build task is to execute tasks that normally compile non-source-controlled copies of code.
Run the build task with the default target
grunt build
Run the build task using development as the target.
grunt build:development
The suggested configuration for the build task is to have a separate build task per target environment.
{
"build": {
"options": {
"default": "production"
},
"production":[ "uglify", "compass:production" ],
"uat":[ "uglify", "compass:production" ],
"staging":[ "uglify", "compass:staging" ],
"development": ["img", "jshint", "uglify", "compass:staging"]
}
}
FAQs
Execute a set of build tasks based on an environment target.
We found that grunt-peon-build demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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.