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.2.3 to 2.2.4

4

lib/pseudoCheck.js

@@ -35,7 +35,9 @@ 'use strict';

if (ignoredPseudos.indexOf(subSelPseudos[j].name) >= 0) {
return false;
return true;
}
}
} else {
return false;
}
}
};
{
"name": "inline-css",
"version": "2.2.3",
"version": "2.2.4",
"description": "Inline css into an html file.",

@@ -11,7 +11,7 @@ "main": "index.js",

"bluebird": "^3.5.1",
"cheerio": "0.19.0",
"cheerio": "0.22.0",
"css-rules": "^1.0.0",
"extend": "^3.0.0",
"extract-css": "^1.0.0",
"flatten": "0.0.1",
"flatten": "^1.0.2",
"object.pick": "^1.1.1",

@@ -25,5 +25,5 @@ "slick": "^1.12.1",

"gulp-eslint": "^4.0.0",
"gulp-mocha": "^4.3.1",
"gulp-mocha": "^5.0.0",
"gulp-util": "^3.0.2",
"mocha": "^4.0.1",
"mocha": "^5.0.0",
"nyc": "^11.3.0",

@@ -30,0 +30,0 @@ "should": "*"

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