postcss-normalize
Advanced tools
Comparing version 8.0.0 to 8.0.1
# Changes to PostCSS Normalize | ||
### 8.0.1 (June 10, 2019) | ||
- Fixed: Issue with Windows failing to resolve normalize | ||
- Updated: `browserslist` to 4.6.2 (patch) | ||
- Updated: `postcss` to 7.0.17 (patch) | ||
### 8.0.0 (June 3, 2019) | ||
@@ -30,5 +36,5 @@ | ||
- Update `browserslist` to v3.2.8 (major) | ||
- Update: `postcss` to v6.0.22 (patch) | ||
- Update: Node support from v4 to v6 (major) | ||
- Update `browserslist` to 3.2.8 (major) | ||
- Update: `postcss` to 6.0.22 (patch) | ||
- Update: Node support from v4 to 6 (major) | ||
@@ -35,0 +41,0 @@ ### 4.0.0 (June 21, 2017) |
@@ -7,3 +7,3 @@ function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; } | ||
var path = _interopDefault(require('path')); | ||
var url = require('url'); | ||
var fs = _interopDefault(require('fs')); | ||
@@ -14,4 +14,3 @@ | ||
const currentURL = (typeof document === 'undefined' ? new url.URL('file:' + __filename).href : (document.currentScript && document.currentScript.src || new URL('index.cjs.js', document.baseURI).href)); | ||
const currentFilename = new url.URL(currentURL).pathname; | ||
const currentFilename = __filename; | ||
const currentDirname = path.dirname(currentFilename); // get resolved filenames for css libraries | ||
@@ -166,3 +165,3 @@ | ||
const normalizeTransformer = postcssPlugin(commentsTransformer, opts); | ||
const postcssImportConfig = postcssImportNormalize(commentsTransformer, opts); | ||
const postcssImportConfig = postcssImportNormalize(commentsTransformer); | ||
return assign(normalizeTransformer, { | ||
@@ -169,0 +168,0 @@ postcssImport: postcssImportConfig |
{ | ||
"name": "postcss-normalize", | ||
"version": "8.0.0", | ||
"version": "8.0.1", | ||
"description": "Use the parts of normalize.css or sanitize.css you need from your browserslist", | ||
@@ -31,4 +31,4 @@ "author": "Jonathan Neal <jonathantneal@hotmail.com>", | ||
"@csstools/normalize.css": "^10.1.0", | ||
"browserslist": "^4.6.1", | ||
"postcss": "^7.0.16", | ||
"browserslist": "^4.6.2", | ||
"postcss": "^7.0.17", | ||
"postcss-browser-comments": "^3.0.0", | ||
@@ -46,3 +46,3 @@ "sanitize.css": "^10.0.0" | ||
"pre-commit": "^1.2.2", | ||
"rollup": "^1.13.1", | ||
"rollup": "^1.14.6", | ||
"rollup-plugin-babel": "^4.3.2" | ||
@@ -49,0 +49,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
46117
0
289
Updatedbrowserslist@^4.6.2
Updatedpostcss@^7.0.17