Huge News!Announcing our $40M Series B led by Abstract Ventures.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 1.3.0 to 1.3.1

CHANGELOG.md

2

index.js

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

// so alter the sources' paths to please gulp-sourcemaps.
obj.map = obj.map.version ? obj.map : JSON.parse(sourceMap);
obj.map = obj.map.version ? obj.map : JSON.parse(obj.map);
obj.map.sources = obj.map.sources.map(function(source) {

@@ -52,0 +52,0 @@ var abs = path.resolve(path.dirname(file.path), source);

{
"name": "gulp-sass",
"version": "1.3.0",
"version": "1.3.1",
"description": "Gulp plugin for sass",

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

Sorry, the diff of this file is not supported yet

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