Socket
Socket
Sign inDemoInstall

inline-css

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inline-css - npm Package Compare versions

Comparing version 2.6.2 to 2.6.3

3

index.js

@@ -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"

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