postcss-normalize-url
Advanced tools
Comparing version 2.1.3 to 3.0.0
@@ -0,1 +1,5 @@ | ||
# 3.0.0 | ||
* Upgraded to PostCSS 5. | ||
# 2.1.3 | ||
@@ -2,0 +6,0 @@ |
@@ -69,3 +69,3 @@ 'use strict'; | ||
url.value = url.value.trim() | ||
url.value = url.value.trim(); | ||
url.value = convert(url.value, opts); | ||
@@ -95,3 +95,3 @@ | ||
return function (css) { | ||
css.eachInside(function (node) { | ||
css.walk(function (node) { | ||
if (node.type === 'decl') { | ||
@@ -98,0 +98,0 @@ return transformDecl(node, opts); |
{ | ||
"name": "postcss-normalize-url", | ||
"version": "2.1.3", | ||
"version": "3.0.0", | ||
"description": "Normalize URLs with PostCSS", | ||
@@ -28,3 +28,3 @@ "main": "index.js", | ||
"object-assign": "^4.0.1", | ||
"postcss": "^4.1.16", | ||
"postcss": "^5.0.4", | ||
"postcss-value-parser": "^1.4.2" | ||
@@ -31,0 +31,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8136
+ Addedansi-regex@2.1.1(transitive)
+ Addedansi-styles@2.2.1(transitive)
+ Addedchalk@1.1.3(transitive)
+ Addedescape-string-regexp@1.0.5(transitive)
+ Addedhas-ansi@2.0.0(transitive)
+ Addedhas-flag@1.0.0(transitive)
+ Addedjs-base64@2.6.4(transitive)
+ Addedpostcss@5.2.18(transitive)
+ Addedsource-map@0.5.7(transitive)
+ Addedstrip-ansi@3.0.1(transitive)
+ Addedsupports-color@2.0.03.2.3(transitive)
- Removedamdefine@1.0.1(transitive)
- Removedes6-promise@2.3.0(transitive)
- Removedjs-base64@2.1.9(transitive)
- Removedpostcss@4.1.16(transitive)
- Removedsource-map@0.4.4(transitive)
Updatedpostcss@^5.0.4