Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

postcss-normalize-url

Package Overview
Dependencies
Maintainers
2
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-normalize-url - npm Package Compare versions

Comparing version 2.1.3 to 3.0.0

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# 3.0.0
* Upgraded to PostCSS 5.
# 2.1.3

@@ -2,0 +6,0 @@

4

index.js

@@ -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 @@ },

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