
Product
Rust Support in Socket Is Now Generally Available
Socket’s Rust and Cargo support is now generally available, providing dependency analysis and supply chain visibility for Rust projects.
@gradient/gulp-swagger-bundle
Advanced tools
| Package | gulp-swagger-bundle |
| Description | [Gulp][gulp] plugin that bundles [Swagger][swagger]. |
| Node Version | >= 0.8 |
This is a fork of gulp-swagger, it has been stripped down to run a super efficient bundle process for a smaller output file. If you'd like more validation features, see the original.
npm install @gradient/gulp-swagger-bundle
Output fully parsed schema:
var gulp = require('gulp');
var swagger = require('gulp-swagger');
gulp.task('schema', function() {
gulp.src('./src/api/index.yaml')
.pipe(swagger('schema.json'))
.pipe(gulp.dest('./build'));
});
gulp.task('default', ['schema']);
We welcome contributions, make any changes you like an submit a pull request!
FAQs
Gulp plugin which bundles swagger API docs
The npm package @gradient/gulp-swagger-bundle receives a total of 2 weekly downloads. As such, @gradient/gulp-swagger-bundle popularity was classified as not popular.
We found that @gradient/gulp-swagger-bundle 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.

Product
Socket’s Rust and Cargo support is now generally available, providing dependency analysis and supply chain visibility for Rust projects.

Security News
Chrome 144 introduces the Temporal API, a modern approach to date and time handling designed to fix long-standing issues with JavaScript’s Date object.

Research
Five coordinated Chrome extensions enable session hijacking and block security controls across enterprise HR and ERP platforms.