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.4 to 1.0.5

33

CHANGELOG.md
v1.0.5 / 2017-02-26
===================
* bump deps
v1.0.4 / 2017-01-30
===================
* bump deps
* Fix the issue with "cursor" property (#156)
v1.0.3 / 2017-01-29
===================
* bump deps
v1.0.2 / 2016-11-22
===================
* removed unnecessary escape character
* bump deps
v1.0.1 / 2016-09-28
===================
* bump deps
v1.0.0 / 2016-09-02
===================
* Minimum node.js version is 4.0 now due to upstream changes.
* bump deps
v0.3.1 / 2016-05-10

@@ -3,0 +36,0 @@ ===================

16

package.json
{
"name": "postcss-image-inliner",
"version": "1.0.4",
"version": "1.0.5",
"description": "PostCSS plugin to inline images into css",

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

"dependencies": {
"asset-resolver": "0.3.2",
"asset-resolver": "0.3.3",
"bluebird": "3.4.7",
"debug": "2.6.0",
"filesize": "3.5.4",
"debug": "2.6.1",
"filesize": "3.5.5",
"lodash.defaults": "4.2.0",

@@ -40,3 +40,3 @@ "lodash.escaperegexp": "4.1.2",

"object-hash": "1.1.5",
"postcss": "5.2.11",
"postcss": "5.2.15",
"request": "2.79.0",

@@ -49,7 +49,7 @@ "svgo": "0.7.2",

"eslint-config-xo": "0.17.0",
"finalhandler": "0.5.1",
"finalhandler": "1.0.0",
"gulp": "3.9.1",
"gulp-eslint": "3.0.1",
"gulp-mocha": "3.0.1",
"serve-static": "1.11.2"
"gulp-mocha": "4.0.1",
"serve-static": "1.12.0"
},

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

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