inline-css
Advanced tools
Comparing version 2.6.2 to 2.6.3
@@ -1,6 +0,5 @@ | ||
const extend = require('extend'); | ||
const inlineContent = require('./lib/inlineContent'); | ||
module.exports = (html, options) => new Promise((resolve, reject) => { | ||
const opt = extend(true, { | ||
const opt = Object.assign({}, { | ||
extraCss: '', | ||
@@ -7,0 +6,0 @@ applyStyleTags: true, |
@@ -10,3 +10,3 @@ const parseCSS = require('css-rules'); | ||
const setTableAttrs = require('./setTableAttrs'); | ||
const pick = require('object.pick'); | ||
const pick = require('pick-util'); | ||
@@ -13,0 +13,0 @@ function replaceCodeBlock(html, re, block) { |
{ | ||
"name": "inline-css", | ||
"version": "2.6.2", | ||
"version": "2.6.3", | ||
"description": "Inline css into an html file.", | ||
@@ -9,6 +9,5 @@ "main": "index.js", | ||
"css-rules": "^1.0.9", | ||
"extend": "^3.0.2", | ||
"extract-css": "^1.5.4", | ||
"flat-util": "^1.0.1", | ||
"object.pick": "^1.3.0", | ||
"flat-util": "^1.1.1", | ||
"pick-util": "^1.0.1", | ||
"slick": "^1.12.2", | ||
@@ -15,0 +14,0 @@ "specificity": "^0.4.1" |
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
7
20383
435
+ Addedpick-util@^1.0.1
- Removedextend@^3.0.2
- Removedobject.pick@^1.3.0
- Removedextend@3.0.2(transitive)
- Removedisobject@3.0.1(transitive)
- Removedobject.pick@1.3.0(transitive)
Updatedflat-util@^1.1.1