Socket
Socket
Sign inDemoInstall

postcss-normalize-url

Package Overview
Dependencies
Maintainers
1
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.0.1 to 2.0.2

5

CHANGELOG.md

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

# 2.0.2
* Addresses an issue where relative path separators were converted to
backslashes on Windows.
# 2.0.1

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

2

index.js

@@ -20,3 +20,3 @@ 'use strict';

}
return path.normalize(url);
return path.normalize(url).replace(new RegExp('\\' + path.sep, 'g'), '/');
}

@@ -23,0 +23,0 @@

{
"name": "postcss-normalize-url",
"version": "2.0.1",
"version": "2.0.2",
"description": "Normalize URLs with PostCSS",

@@ -5,0 +5,0 @@ "main": "index.js",

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