Socket
Socket
Sign inDemoInstall

postcss-normalize-url

Package Overview
Dependencies
6
Maintainers
5
Versions
58
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.0 to 4.0.1

2

dist/index.js

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

if (/^data:(.*)?,/.test(url.value)) {
if (/^data:(.*)?,/i.test(url.value)) {
return false;

@@ -86,0 +86,0 @@ }

{
"name": "postcss-normalize-url",
"version": "4.0.0",
"version": "4.0.1",
"description": "Normalize URLs with PostCSS",

@@ -26,3 +26,3 @@ "main": "dist/index.js",

"normalize-url": "^3.0.0",
"postcss": "^6.0.0",
"postcss": "^7.0.0",
"postcss-value-parser": "^3.0.0"

@@ -29,0 +29,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc