Socket
Socket
Sign inDemoInstall

postcss-url

Package Overview
Dependencies
Maintainers
1
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 5.1.1 to 5.1.2

5

CHANGELOG.md

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

# 5.1.2 - 2016-05-01
- Fixed: node 6 compatibility
([#68](https://github.com/postcss/postcss-url/issues/68))
# 5.1.1 - 2016-02-03

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

3

index.js

@@ -130,3 +130,3 @@ /**

var valueCallback = function(decl, oldUrl) {
var dirname = decl.source && decl.source.input
var dirname = decl.source && decl.source.input && decl.source.input.file
? path.dirname(decl.source.input.file)

@@ -359,2 +359,1 @@ : process.cwd()

}
{
"name": "postcss-url",
"version": "5.1.1",
"version": "5.1.2",
"description": "PostCSS plugin to rebase or inline on url().",

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

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