Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
generator-aurelia-sails
Advanced tools
Yeoman generator that scaffolds out a front-end web app using gulp for the build process
Please see our gulpfile for up to date information on what we support.
For more information on what this generator can do for you, take a look at the gulp plugins used in our package.json
.
Keep in mind that libsass is feature-wise not fully compatible with Ruby Sass. Check out this curated list of incompatibilities to find out which features are missing.
If your favorite feature is missing and you really need Ruby Sass, you can always switch to gulp-ruby-sass and update the styles
task in gulpfile accordingly.
npm install --global yo gulp-cli bower
npm install --global generator-webapp
yo webapp
to scaffold your webappgulp serve
to preview and watch for changesbower install --save <package>
to install frontend dependenciesgulp serve:test
to run the tests in the browsergulp
to build your webapp for productiongulp serve:dist
to preview the production build--skip-welcome-message
Skips Yeoman's greeting before displaying options.--skip-install-message
Skips the the message displayed after scaffolding has finished and before the dependencies are being installed.--skip-install
Skips the automatic execution of bower
and npm
after scaffolding has finished.--test-framework=<framework>
Either mocha
or jasmine
. Defaults to mocha
.--no-babel
Scaffolds without Babel support. This only applies to app/scripts
, you can still write ES2015 in the gulpfile, depending on what your version of Node supports.See the contributing docs.
Love Yeoman work and community? Help us keep it alive by donating funds to cover project expenses!
[Become a sponsor]
FAQs
Scaffold out a sails + aurelia webapp
The npm package generator-aurelia-sails receives a total of 0 weekly downloads. As such, generator-aurelia-sails popularity was classified as not popular.
We found that generator-aurelia-sails 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.