postcss-normalize-url
Advanced tools
Comparing version 5.0.1 to 5.0.2
@@ -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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
95
6621
4
+ Addednormalize-url@6.1.0(transitive)
- Removednormalize-url@4.5.1(transitive)
Updatednormalize-url@^6.0.1