
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
grunt-gitnewer
Advanced tools
Run Grunt tasks with only those source files modified since the last git commit.
Run Grunt tasks with only those source files modified since the last git commit.
It's very like grunt-newer, but for git commit.
gitnewer
taskThe most common use case. If some files changed from last git commit, and exactly match with one or more task, then those tasks will run with only those files.
grunt.initConfig({
jshint: {
all: {
src: ['src/**/*.js']
}
}
});
grunt.loadNpmTasks('grunt-contrib-jshint');
grunt.loadNpmTasks('grunt-gitnewer');
grunt.registerTask('lint', ['gitnewer:jshint:all']);
gitnewer-prefix
taskThe only differece from gitnewer
task is gitnewer-prefix
uses prefix match, this is useful when src of task is a list of directories.
branch
='HEAD', diffFilter
='ACM'Internally, the following command is executed to detect changed files from some git commit:
git diff ${branch} --name-only --diff-filter=${diffFilter}
branch
and diffFilter
can be configured to meet your needs.
FAQs
Run Grunt tasks with only those source files modified since the last git commit.
We found that grunt-gitnewer 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.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.