postcss-calc
Advanced tools
Comparing version 6.0.0 to 6.0.1
@@ -0,1 +1,5 @@ | ||
# 6.0.1 - 2017-10-10 | ||
- Fixed: throwing error for attribute selectors without a value | ||
# 6.0.0 - 2017-05-08 | ||
@@ -2,0 +6,0 @@ |
@@ -20,2 +20,6 @@ 'use strict'; | ||
function transformValue(value, options, result, item) { | ||
if (!value) { | ||
return value; | ||
} | ||
var reduced = (0, _reduceCssCalc2.default)(value, options.precision); | ||
@@ -22,0 +26,0 @@ // if the warnWhenCannotResolve option is on, inform the user that the calc |
{ | ||
"name": "postcss-calc", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"description": "PostCSS plugin to reduce calc()", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
11434
75