inline-css
Advanced tools
Comparing version 2.3.0 to 2.3.1
@@ -9,3 +9,3 @@ 'use strict'; | ||
return new Promise(function (resolve, reject) { | ||
var opt = extend({ | ||
var opt = extend(true, { | ||
extraCss: '', | ||
@@ -12,0 +12,0 @@ applyStyleTags: true, |
{ | ||
"name": "inline-css", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"description": "Inline css into an html file.", | ||
@@ -11,9 +11,9 @@ "main": "index.js", | ||
"bluebird": "^3.5.1", | ||
"cheerio": "0.22.0", | ||
"css-rules": "^1.0.0", | ||
"extend": "^3.0.0", | ||
"extract-css": "^1.1.0", | ||
"cheerio": "^0.22.0", | ||
"css-rules": "^1.0.3", | ||
"extend": "^3.0.1", | ||
"extract-css": "^1.1.1", | ||
"flatten": "^1.0.2", | ||
"object.pick": "^1.1.1", | ||
"slick": "^1.12.1", | ||
"object.pick": "^1.3.0", | ||
"slick": "^1.12.2", | ||
"specificity": "^0.3.2" | ||
@@ -23,7 +23,7 @@ }, | ||
"coveralls": "^3.0.0", | ||
"gulp": "^3.9.0", | ||
"gulp-eslint": "^4.0.0", | ||
"gulp": "^3.9.1", | ||
"gulp-eslint": "^4.0.2", | ||
"gulp-mocha": "^5.0.0", | ||
"mocha": "^5.0.0", | ||
"nyc": "^11.3.0", | ||
"mocha": "^5.0.4", | ||
"nyc": "^11.4.1", | ||
"should": "*", | ||
@@ -30,0 +30,0 @@ "vinyl": "^2.1.0" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20684
Updatedcheerio@^0.22.0
Updatedcss-rules@^1.0.3
Updatedextend@^3.0.1
Updatedextract-css@^1.1.1
Updatedobject.pick@^1.3.0
Updatedslick@^1.12.2