
Company News
Socket Partners with Replit to Block Malicious Packages in AI-Powered Development
Replit is integrating Socket Firewall into its AI-powered development experience to help protect builders from malicious open source packages.
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.
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.

Company News
Replit is integrating Socket Firewall into its AI-powered development experience to help protect builders from malicious open source packages.

Security News
npm confirmed a tooling bug incorrectly marked several one-character packages as security holders and said it was working on a rollback.

Research
/Security News
Newer packages in this compromise use native extensions and .pth loaders to execute JavaScript stealers in developer environments.