gonzales-pe
Advanced tools
Comparing version 3.0.0-7 to 3.0.0-8
@@ -8,4 +8,4 @@ module.exports = (function() { | ||
src = typeof options === 'string' ? options : options.src; | ||
rule = options.rule || 'stylesheet'; | ||
syntax = options.syntax || 'css'; | ||
rule = options.rule || (syntax === 'js' ? 'program' : 'stylesheet'); | ||
@@ -12,0 +12,0 @@ try { |
{ | ||
"name": "gonzales-pe", | ||
"description": "Gonzales Preprocessor Edition (fast CSS parser)", | ||
"version": "3.0.0-7", | ||
"version": "3.0.0-8", | ||
"homepage": "http://github.com/tonyganch/gonzales-pe", | ||
@@ -6,0 +6,0 @@ "bugs": "http://github.com/tonyganch/gonzales-pe/issues", |
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
453497
0