
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.
gulp-tenon-client
Advanced tools
This is a gulp plugin for TENON - a web accessiblity testing API.
Tenon docs: http://tenon.io/documentation/
This gulp Tenon plugin is open and free. However, access to the Tenon API must be granted by Tenon. You will need to obtain an API key to use it.
Install with:
npm install --save-dev gulp-tenon-client
The plugin uses a separate Tenon API interface module: https://github.com/egauci/tenon-api-client -- please check its documentation for hints on configuration parameters.
This is my first gulp plugin. Any feedback, issues, and contributions would be most welcome.
In addition to the Tenon API and API client module options, there are these specific to the plugin:
Here is a sample gulp task:
var gulp = require('gulp'),
gtenon = require('gulp-tenon-client')
;
gulp.task('default', function() {
gulp.src('dev/build/*html', {read: false})
.pipe(gtenon({
key: 'your Tenon API key',
snippet: true,
filter: [3, 31],
saveOutputIn: 'allHtml.json'
}));
});
FAQs
Gulp Plugin for Tenon Accessibility Testing API
We found that gulp-tenon-client 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.