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

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 1.0.0 to 1.0.1

4

index.js

@@ -29,2 +29,6 @@ 'use strict';

eachFunction(declaration, 'url', function (substring) {
// Don't mangle embedded base64 or svg images
if (~substring.indexOf('data:image/')) {
return substring;
}
var url = substring.replace(extractUrl, '$1').trim();

@@ -31,0 +35,0 @@ url = url.replace(unquote, function (m, quote, body) {

4

package.json
{
"name": "postcss-normalize-url",
"version": "1.0.0",
"version": "1.0.1",
"description": "Normalize URLs with PostCSS",

@@ -14,2 +14,4 @@ "main": "index.js",

"optimisation",
"postcss",
"postcss-plugins",
"url"

@@ -16,0 +18,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