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
3
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 2.3.0 to 2.3.1

12

index.js

@@ -48,2 +48,14 @@ 'use strict';

// Ensure file's parent directory in the include path
if (opts.includePaths) {
if (typeof opts.includePaths === 'string') {
opts.includePaths = [opts.includePaths];
}
}
else {
opts.includePaths = [];
}
opts.includePaths.unshift(path.dirname(file.path));
// Generate Source Maps if plugin source-map present

@@ -50,0 +62,0 @@ if (file.sourceMap) {

4

package.json
{
"name": "gulp-sass",
"version": "2.3.0",
"version": "2.3.1",
"description": "Gulp plugin for sass",

@@ -25,3 +25,3 @@ "main": "index.js",

"gulp-util": "^3.0",
"node-sass": "^3.5.1",
"node-sass": "^3.4.2",
"object-assign": "^4.0.1",

@@ -28,0 +28,0 @@ "through2": "^2.0.0",

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