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.7.2 to 0.7.3

5

index.js

@@ -10,3 +10,3 @@ var fs = require('fs')

module.exports = function (options) {
var opts = options ? options : {};
var opts = options || {};

@@ -25,2 +25,3 @@ function nodeSass (file, cb) {

if (opts.sourceComments === 'map' || opts.sourceComments === 'normal') {
opts.sourceMap = opts.sourceMap || '';
opts.file = file.path;

@@ -64,3 +65,3 @@ } else {

if (typeof opts.onError === 'function') {
if (typeof opts.onError === 'function') {
opts.onError(err);

@@ -67,0 +68,0 @@ return cb();

4

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

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

"node-sass": "^0.9",
"gulp-util": "~2.2",
"gulp-util": "^3.0",
"map-stream": "~0.1"

@@ -28,0 +28,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