postcss-scss
Advanced tools
Comparing version 4.0.4 to 4.0.5
@@ -96,3 +96,3 @@ 'use strict' | ||
if (returned.length) return returned.pop() | ||
if (pos >= length) return | ||
if (pos >= length) return undefined | ||
@@ -99,0 +99,0 @@ let ignoreUnclosed = opts ? opts.ignoreUnclosed : false |
{ | ||
"name": "postcss-scss", | ||
"version": "4.0.4", | ||
"version": "4.0.5", | ||
"description": "SCSS parser for PostCSS", | ||
@@ -26,8 +26,20 @@ "keywords": [ | ||
}, | ||
"./lib/nested-declaration": "./lib/nested-declaration.js", | ||
"./lib/scss-parse": "./lib/scss-parse.js", | ||
"./lib/scss-parser": "./lib/scss-parser.js", | ||
"./lib/scss-stringifier": "./lib/scss-stringifier.js", | ||
"./lib/scss-stringify": "./lib/scss-stringify.js", | ||
"./lib/scss-tokenize": "./lib/scss-tokenize.js", | ||
"./package.json": "./package.json" | ||
}, | ||
"funding": { | ||
"type": "opencollective", | ||
"url": "https://opencollective.com/postcss/" | ||
}, | ||
"funding": [ | ||
{ | ||
"type": "opencollective", | ||
"url": "https://opencollective.com/postcss/" | ||
}, | ||
{ | ||
"type": "tidelift", | ||
"url": "https://tidelift.com/funding/github/npm/postcss-scss" | ||
} | ||
], | ||
"peerDependencies": { | ||
@@ -34,0 +46,0 @@ "postcss": "^8.3.3" |
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
19200