Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.5.0 to 2.5.1

3

index.js
'use strict';
var Promise = require('bluebird'),
extend = require('extend'),
var extend = require('extend'),
inlineContent = require('./lib/inlineContent');

@@ -6,0 +5,0 @@

'use strict';
var Promise = require('bluebird'),
extractCss = require('extract-css'),
var extractCss = require('extract-css'),
inlineCss = require('./inline-css');

@@ -6,0 +5,0 @@

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

@@ -11,3 +11,2 @@ "main": "index.js",

"array-flatten": "^2.1.2",
"bluebird": "^3.7.1",
"cheerio": "^0.22.0",

@@ -14,0 +13,0 @@ "css-rules": "^1.0.5",

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