Socket
Socket
Sign inDemoInstall

gulp-bless

Package Overview
Dependencies
113
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.2.0 to 3.2.1

14

index.js

@@ -77,8 +77,8 @@ 'use strict';

if(!shouldCreateSourcemaps) return fileToAddTo;
applySourcemap(fileToAddTo, {
version: 3,
file: fileToAddTo.relative,
sources: [file.relative],
mappings: result.maps[blessOutputIndex]
});
var map = result.maps[blessOutputIndex];
map.file = fileToAddTo.relative;
map.sources = [file.relative];
applySourcemap(fileToAddTo, map);
return fileToAddTo;

@@ -95,3 +95,3 @@ };

contents: new Buffer(result.data[0])
}, 0)));
}), 0));
}

@@ -98,0 +98,0 @@

{
"name": "gulp-bless",
"version": "3.2.0",
"version": "3.2.1",
"homepage": "http://github.com/BlessCSS/gulp-bless",

@@ -19,3 +19,6 @@ "description": "CSS post-processor which splits CSS files suitably for Internet Explorer < 10. Bless + Gulp = gulp-bless.",

"gulp": "*",
"gulp-clean-css": "^2.3.2",
"gulp-concat": "^2.6.1",
"gulp-coverage": "~0.1.24",
"gulp-each": "^0.2.0",
"gulp-load-plugins": "^1.2.0",

@@ -22,0 +25,0 @@ "gulp-mocha": "*",

@@ -12,3 +12,3 @@ gulp-bless

# Installation
## Installation

@@ -19,3 +19,3 @@ ```js

# Usage
## Usage

@@ -40,3 +40,3 @@ ```js

## bless(options).
### bless(options).

@@ -82,3 +82,3 @@

## About minification
### About minification

@@ -88,3 +88,3 @@ You should minify your CSS *after* it goes through gulp-bless. See [BlessCSS/bless#90](https://github.com/BlessCSS/bless/issues/90) as to why.

# Does this support sourcemaps?
## Does this support sourcemaps?

@@ -94,5 +94,6 @@ Yes. This can be used with [gulp-sourcemaps](https://www.npmjs.com/package/gulp-sourcemaps).

# Team
## Team
- Adam Lynch ([@adam-lynch](https://github.com/adam-lynch)) (Creator)
- Alvin Lin ([@alvinlin123](https://github.com/alvinlin123))

@@ -99,0 +100,0 @@

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc