
Security News
Next.js Patches Critical Middleware Vulnerability (CVE-2025-29927)
Next.js has patched a critical vulnerability (CVE-2025-29927) that allowed attackers to bypass middleware-based authorization checks in self-hosted apps.
sails-generate-generator
Advanced tools
A Sails generator for Sails generators. Buffalo buffalo Buffalo buffalo buffalo buffalo Buffalo buffalo!
Already included in Sails.
$ sails generate generator foo
var generate = require('sails-generate');
var scope = {};
generate(require('sails-generate-generator'), scope, function (err, output) {
if (err) throw err;
// Log output for your enjoyment:
console.log(output);
});
To get started quickly and see this generator in action, run the bin/index.js
script:
$ git clone YOUR_FORK_OF_THIS_REPO sails-generate-generator-fork
$ cd sails-generate-generator-fork
$ npm install
$ node ./bin
bin/index.js
is a simple script, bundled only for convenience, that runs the generator with hard-coded scope variables. Please feel free to modify that file however you like! Also see CONTRIBUTING.md
for more information on overriding/enhancing generators.
See FAQ.md
.
MIT © 2014 Mike McNeil, Balderdash & contributors
As for Sails? It's free and open-source under the MIT License.
FAQs
Generate a sails generator.
The npm package sails-generate-generator receives a total of 3,176 weekly downloads. As such, sails-generate-generator popularity was classified as popular.
We found that sails-generate-generator 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.
Security News
Next.js has patched a critical vulnerability (CVE-2025-29927) that allowed attackers to bypass middleware-based authorization checks in self-hosted apps.
Security News
A survey of 500 cybersecurity pros reveals high pay isn't enough—lack of growth and flexibility is driving attrition and risking organizational security.
Product
Socket, the leader in open source security, is now available on Google Cloud Marketplace for simplified procurement and enhanced protection against supply chain attacks.