Socket
Socket
Sign inDemoInstall

postcss-normalize-url

Package Overview
Dependencies
7
Maintainers
8
Versions
58
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.1 to 5.0.2

3

dist/index.js

@@ -104,3 +104,4 @@ "use strict";

stripHash: false,
stripWWW: false
stripWWW: false,
stripTextFragment: false
}, opts);

@@ -107,0 +108,0 @@ return {

{
"name": "postcss-normalize-url",
"version": "5.0.1",
"version": "5.0.2",
"description": "Normalize URLs with PostCSS",

@@ -11,5 +11,5 @@ "main": "dist/index.js",

"scripts": {
"prebuild": "del-cli dist",
"prebuild": "rimraf dist",
"build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"",
"prepublish": "yarn build"
"prepare": "yarn build"
},

@@ -28,3 +28,3 @@ "keywords": [

"is-absolute-url": "^3.0.3",
"normalize-url": "^4.5.0",
"normalize-url": "^6.0.1",
"postcss-value-parser": "^4.1.0"

@@ -51,3 +51,3 @@ },

},
"gitHead": "28c247175032fa03f04911cde56ad82d74d211cc"
"gitHead": "39b4cc089e8825d308df1fa8a7313d38d8f1f2f7"
}
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