
Research
/Security News
11 Malicious NuGet Tools Pose as Game Cheats to Drop a Windows Host-Surveillance Payload
11 malicious NuGet tools pose as game cheats to deploy Windows payloads, track hosts, and use Google Sheets for telemetry and control.
gulp-angular2-embed-sass
Advanced tools
A gulp plugin to compile styleUrls with sass to css and include them as strings under style.
A gulp plugin to compile styleUrls with sass to css and include them as strings under style.
Needs massive cleanup, refactorization, options, source-maps, and docs, but it works! Pull requests are welcome.
Stopped work on this for now as I've switched back to angular 1.5 until angular 2 is ready for production. Will resume when I switch back.
npm i gulp-angular2-embed-sass --save-dev
In your gulpfile.js:
var gulp = require('gulp');
var embedSass = require('gulp-angular2-embed-sass');
gulp.task('embedSass', function() {
gulp.src('targetPath')
.pipe(embedSass())
.pipe(gulp.dest('destinationPath'));
});
Inspired by https://github.com/laxa1986/gulp-angular-embed-templates
This module is released under the MIT license.
FAQs
A gulp plugin to compile styleUrls with sass to css and include them as strings under style.
The npm package gulp-angular2-embed-sass receives a total of 3 weekly downloads. As such, gulp-angular2-embed-sass popularity was classified as not popular.
We found that gulp-angular2-embed-sass 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.

Research
/Security News
11 malicious NuGet tools pose as game cheats to deploy Windows payloads, track hosts, and use Google Sheets for telemetry and control.

Research
/Security News
4 compromised asyncapi packages deliver miasma botnet loader on macOS, Linux and Windows.

Research
/Security News
A compromised jscrambler npm release added a malicious preinstall hook that runs hidden native binaries on Linux, macOS, and Windows.