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

postcss-normalize-url

Package Overview
Dependencies
Maintainers
8
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 6.0.2 to 7.0.0

6

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

@@ -36,6 +36,6 @@ "main": "src/index.js",

"engines": {
"node": "^14 || ^16 || >=18.0"
"node": "^18.12.0 || ^20.9.0 || >=22.0"
},
"devDependencies": {
"postcss": "^8.4.35"
"postcss": "^8.4.38"
},

@@ -42,0 +42,0 @@ "peerDependencies": {

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

normalizedURL = normalize(url);
} catch (e) {
} catch {
normalizedURL = url;

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