Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
build-workflow
Advanced tools
Simple helper to create grunt build workflows that are easy to configure and use.
This is a simple module that aims to make simpler to create workflows based on grunt. This module helps you break a grunt file in several modules that are easier to maintain and to reason about.
This module is inspired by this blog post supercharging your gruntfile
The main differences are:
config files exports a function that return an object. All the config objects receive the grunt
object, the pkg
object and options
object.
The options object contains a commonConfig
object that can be used to share some config info between task configurations,
and also exports the gruntTaskUtils
module from grunt-ez-frontend
a module that exports a registerTasks methods that allows you to register
both tasks and multiTasks by passing an object instead of using two different methods.
allows load custom grunt tasks.
do not use yaml, so the aliases should be defined in javascript
provide some base common tasks described below
So, This module will
jsbeautify
) and validate the javascript files with jshint
, jscs
and jsvalidate
.commit-msg
and prepush
hooks for git. To enforce the rules for commit messages
and to verify all files configured to be beautified and validated are checked before pushing.i18n.{lang}.js
files from yml translations files. (this is actually inside grunt-ez-frontend)ez-frontend
task for each i18n.{lang}.js
file to make each of them be
minified, had the right version and include the banner header.ez-frontend
targets created by the previous task.selection.json
file obtained from the icomoon appez-frontend
targets.check usage here
FAQs
Simple gruntfile helper to define build workflows
We found that build-workflow 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’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.