
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.
vinyl-group
Advanced tools
Vinyl object that contains groups of vinyl objects created with group-array.
Vinyl object that contains groups of vinyl objects created with group-array.
Install with npm:
$ npm install --save vinyl-group
var VinylGroup = require('vinyl-group');
Create an instance of VinylGroup. Pass in a group from group-array to store.
Params
group {Object}: A group object created by passing an array of vinyl file into group-array.Example
var files = [ ... ]; // array of vinyl files
var group = groupArray(files, 'data.tags');
var vinylGroup = new VinylGroup(group);
console.log(vinylGroup.group === group);
//=> true
console.log(vinylGroup);
//=> <VinylGroup ["foo (3)", "bar (3)"]>
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
(This document was generated by verb-generate-readme (a verb generator), please don't edit the readme directly. Any changes to the readme must be made in .verb.md.)
To generate the readme and API documentation with verb:
$ npm install -g verb verb-generate-readme && verb
Install dev dependencies:
$ npm install -d && npm test
Brian Woodward
Copyright © 2016, Brian Woodward. Released under the MIT license.
This file was generated by verb, v0.9.0, on July 29, 2016.
FAQs
Vinyl object that contains groups of vinyl objects created with group-array.
We found that vinyl-group 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.