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.2.0 to 1.2.1

4

CHANGELOG.md

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

# 1.2.1
* Patch to address incorrect transformation of `@document` rules.
# 1.2.0

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

2

index.js

@@ -70,4 +70,4 @@ 'use strict';

});
css.eachAtRule(namespaceOptimiser(options));
css.eachAtRule('namespace', namespaceOptimiser(options));
};
});
{
"name": "postcss-normalize-url",
"version": "1.2.0",
"version": "1.2.1",
"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