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.0 to 2.6.1

2

lib/inline-css.js

@@ -5,3 +5,3 @@ const parseCSS = require('css-rules');

const handleRule = require('./handleRule');
const flatten = require('lodash.flatten');
const flatten = require('flat-util');
const setStyleAttrs = require('./setStyleAttrs');

@@ -8,0 +8,0 @@ const setWidthAttrs = require('./setWidthAttrs');

{
"name": "inline-css",
"version": "2.6.0",
"version": "2.6.1",
"description": "Inline css into an html file.",

@@ -14,3 +14,3 @@ "main": "index.js",

"extract-css": "^1.5.0",
"lodash.flatten": "^4.4.0",
"flat-util": "^1.0.0",
"object.pick": "^1.3.0",

@@ -32,3 +32,3 @@ "slick": "^1.12.2",

"engines": {
"node": ">=4"
"node": ">=8"
},

@@ -43,3 +43,3 @@ "scripts": {

"index.js",
"lib"
"lib/"
],

@@ -46,0 +46,0 @@ "repository": "jonkemp/inline-css",

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