New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gulp-sass

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-sass - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

10

index.js

@@ -12,2 +12,4 @@ var map = require('map-stream')

function nodeSass (file, cb) {
var fileDir = path.dirname(file.path);
var addedLocalDirPath = false;

@@ -23,7 +25,6 @@ if (file.isNull()) {

var fileDir = path.dirname(file.path);
if (opts.includePaths && Array.isArray(opts.includePaths)) {
if (opts.includePaths.indexOf(fileDir) === -1) {
opts.includePaths.push(fileDir)
opts.includePaths.push(fileDir);
addedLocalDirPath = true;
}

@@ -49,2 +50,5 @@ } else {

sass.render(opts);
if (addedLocalDirPath) opts.includePaths.pop();
}

@@ -51,0 +55,0 @@

{
"name": "gulp-sass",
"version": "0.5.1",
"version": "0.5.2",
"description": "Gulp plugin for sass",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc