Socket
Socket
Sign inDemoInstall

postcss-url

Package Overview
Dependencies
Maintainers
2
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-url - npm Package Compare versions

Comparing version 10.1.0 to 10.1.1

5

CHANGELOG.md

@@ -0,1 +1,6 @@

# 10.1.1 - 2020-11-26
Fixed: updated mime and xxhashjs versions
Fixed: postcss peerDependency version `8.1.2 -> 8.0.0`
# 10.1.0 - 2020-11-04

@@ -2,0 +7,0 @@

10

package.json
{
"name": "postcss-url",
"version": "10.1.0",
"version": "10.1.1",
"description": "PostCSS plugin to rebase or inline on url().",

@@ -27,5 +27,5 @@ "keywords": [

"make-dir": "3.1.0",
"mime": "2.3.1",
"mime": "2.4.6",
"minimatch": "3.0.4",
"xxhashjs": "0.2.1"
"xxhashjs": "0.2.2"
},

@@ -37,7 +37,7 @@ "devDependencies": {

"npmpub": "5.0.0",
"postcss": "^8.1.2",
"postcss": "^8.0.0",
"postcss-import": "12.0.0"
},
"peerDependencies": {
"postcss": "^8.1.2"
"postcss": "^8.0.0"
},

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

@@ -118,3 +118,3 @@ # postcss-url

### Muiltiple options
### Multiple options

@@ -121,0 +121,0 @@ process first matched option by default.

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