Socket
Socket
Sign inDemoInstall

postcss-image-inliner

Package Overview
Dependencies
19
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0 to 0.3.0

2

index.js

@@ -71,3 +71,3 @@ var postcss = require('postcss');

var replacements = {};
var filter = /^background(?:-image)?/;
var filter = /^(background(?:-image)?)|(content)/;
css.walkDecls(filter, loop(function (decl, url) {

@@ -74,0 +74,0 @@ replacements[url] = resolveUrl(url);

{
"name": "postcss-image-inliner",
"version": "0.2.0",
"version": "0.3.0",
"description": "PostCSS plugin to inline images into css",

@@ -25,17 +25,17 @@ "keywords": [

"asset-resolver": "0.1.1",
"bluebird": "3.0.6",
"bluebird": "3.2.1",
"debug": "2.2.0",
"filesize": "3.1.4",
"lodash.defaults": "3.1.2",
"lodash.escaperegexp": "3.0.1",
"lodash.isstring": "3.0.1",
"filesize": "3.2.1",
"lodash.defaults": "^4.0.0",
"lodash.escaperegexp": "^4.0.0",
"lodash.isstring": "^4.0.0",
"lodash.last": "3.0.0",
"lodash.map": "3.1.4",
"lodash.partialright": "3.1.1",
"lodash.reduce": "3.1.2",
"lodash.reject": "3.1.1",
"lodash.result": "3.1.2",
"lodash.map": "^4.0.0",
"lodash.partialright": "^4.0.0",
"lodash.reduce": "^4.0.0",
"lodash.reject": "^4.0.0",
"lodash.result": "^4.0.0",
"mime": "1.3.4",
"object-hash": "0.9.3",
"postcss": "5.0.12",
"object-hash": "^1.1.0",
"postcss": "5.0.14",
"request": "2.67.0",

@@ -51,3 +51,3 @@ "svgo": "0.6.1",

"gulp-mocha": "2.2.0",
"serve-static": "1.10.0"
"serve-static": "1.10.2"
},

@@ -54,0 +54,0 @@ "scripts": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc