Socket
Socket
Sign inDemoInstall

postcss-image-inliner

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-image-inliner - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

lib/image.js

@@ -15,3 +15,3 @@ var debug = require('debug')('image-inliner');

// strip comments
.replace(/<!\-\-(.*(?=\-\->))\-\->/gmi, '')
.replace(/<!--(.*(?=-->))-->/gmi, '')
// replace

@@ -18,0 +18,0 @@ .replace(/'/gmi, '\\i'))

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

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

"dependencies": {
"asset-resolver": "0.3.0",
"asset-resolver": "0.3.1",
"bluebird": "3.4.6",
"debug": "2.2.0",
"debug": "2.3.3",
"filesize": "3.3.0",
"lodash.defaults": "^4.2.0",
"lodash.escaperegexp": "^4.1.2",
"lodash.isstring": "^4.0.1",
"lodash.defaults": "4.2.0",
"lodash.escaperegexp": "4.1.2",
"lodash.isstring": "4.0.1",
"lodash.last": "3.0.0",
"lodash.map": "^4.6.0",
"lodash.partialright": "^4.2.1",
"lodash.reduce": "^4.6.0",
"lodash.reject": "^4.6.0",
"lodash.result": "^4.5.2",
"lodash.map": "4.6.0",
"lodash.partialright": "4.2.1",
"lodash.reduce": "4.6.0",
"lodash.reject": "4.6.0",
"lodash.result": "4.5.2",
"mime": "1.3.4",
"object-hash": "^1.1.0",
"postcss": "5.2.2",
"request": "2.75.0",
"svgo": "^0.7.0",
"object-hash": "1.1.0",
"postcss": "5.2.6",
"request": "2.79.0",
"svgo": "0.7.0",
"then-fs": "2.0.0"

@@ -47,4 +47,4 @@ },

"chai": "3.5.0",
"eslint-config-xo": "0.16.0",
"finalhandler": "0.5.0",
"eslint-config-xo": "0.17.0",
"finalhandler": "0.5.1",
"gulp": "3.9.1",

@@ -51,0 +51,0 @@ "gulp-eslint": "3.0.1",

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