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 2.0.0 to 2.0.1

57

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

@@ -24,35 +24,34 @@ "keywords": [

"dependencies": {
"asset-resolver": "^1.0.0",
"bluebird": "^3.5.1",
"debug": "3.1.0",
"filesize": "^3.5.11",
"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",
"mime": "2.0.3",
"object-hash": "^1.2.0",
"postcss": "^6.0.14",
"request": "^2.83.0",
"svgo": "^1.0.3",
"then-fs": "2.0.0"
"asset-resolver": "^1.0.5",
"bluebird": "^3.5.5",
"debug": "^3.2.6",
"filesize": "^3.6.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",
"mime": "^2.4.4",
"object-hash": "^1.3.1",
"postcss": "^6.0.23",
"request": "^2.88.0",
"svgo": "^1.3.0",
"then-fs": "^2.0.0"
},
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^4.13.1",
"chai": "^4.2.0",
"eslint": "^4.19.1",
"eslint-config-xo": "^0.19.0",
"finalhandler": "^1.1.0",
"gulp": "3.9.1",
"gulp-eslint": "^4.0.0",
"gulp-mocha": "4.3.1",
"mocha": "^4.0.1",
"serve-static": "^1.13.1"
"finalhandler": "^1.1.2",
"mocha": "^4.1.0",
"serve-static": "^1.14.1"
},
"scripts": {
"test": "gulp"
"eslint": "eslint .",
"mocha": "mocha",
"test": "npm run eslint && npm run mocha"
},

@@ -59,0 +58,0 @@ "engines": {

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