Socket
Socket
Sign inDemoInstall

postcss-image-inliner

Package Overview
Dependencies
163
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.0.4

2

index.js

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

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

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

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

@@ -24,3 +24,3 @@ "keywords": [

"dependencies": {
"asset-resolver": "0.3.1",
"asset-resolver": "0.3.2",
"bluebird": "3.4.7",

@@ -42,3 +42,3 @@ "debug": "2.6.0",

"request": "2.79.0",
"svgo": "0.7.1",
"svgo": "0.7.2",
"then-fs": "2.0.0"

@@ -45,0 +45,0 @@ },

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